[arch-commits] Commit in haskell-th-lift/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 9 15:21:56 UTC 2022


    Date: Tuesday, August 9, 2022 @ 15:21:56
  Author: felixonmars
Revision: 1263608

upgpkg: haskell-th-lift 0.8.2-12: rebuild with th-abstraction 0.4.4.0

Modified:
  haskell-th-lift/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 15:21:46 UTC (rev 1263607)
+++ PKGBUILD	2022-08-09 15:21:56 UTC (rev 1263608)
@@ -3,7 +3,7 @@
 _hkgname=th-lift
 pkgname=haskell-th-lift
 pkgver=0.8.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Derive Template Haskell's Lift class for datatypes."
 url="https://github.com/RyanGlScott/th-lift"
 license=('BSD')
@@ -17,7 +17,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list