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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 14:36:58 UTC 2017


    Date: Friday, September 22, 2017 @ 14:36:57
  Author: felixonmars
Revision: 259514

upgpkg: haskell-quickcheck 2.10.0.1-3

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:35:40 UTC (rev 259513)
+++ PKGBUILD	2017-09-22 14:36:57 UTC (rev 259514)
@@ -6,7 +6,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.10.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('custom:BSD3')
@@ -20,7 +20,7 @@
   cd "$srcdir/$_hkgname-$pkgver"
 
   runhaskell Setup configure \
-    -O --enable-shared --enable-executable-dynamic \
+    -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir="/usr/share/doc/$pkgname" \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
     -ftemplateHaskell
@@ -41,9 +41,6 @@
   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
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list