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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:43:00 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:42:59
  Author: felixonmars
Revision: 260046

upgpkg: haskell-th-reify-many 0.1.8-4

Modified:
  haskell-th-reify-many/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:42:47 UTC (rev 260045)
+++ PKGBUILD	2017-09-23 15:42:59 UTC (rev 260046)
@@ -4,9 +4,9 @@
 _hkgname=th-reify-many
 pkgname=haskell-th-reify-many
 pkgver=0.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Recurseively reify template haskell datatype info"
-url="http://github.com/mgsloan/th-reify-many"
+url="https://github.com/mgsloan/th-reify-many"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
@@ -17,7 +17,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -35,7 +35,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list