[arch-commits] Commit in haskell-quickcheck-io/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 17:41:49 UTC 2017
Date: Saturday, September 23, 2017 @ 17:41:49
Author: felixonmars
Revision: 260278
upgpkg: haskell-quickcheck-io 0.2.0-4
Modified:
haskell-quickcheck-io/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 17:41:36 UTC (rev 260277)
+++ PKGBUILD 2017-09-23 17:41:49 UTC (rev 260278)
@@ -4,7 +4,7 @@
_hkgname=quickcheck-io
pkgname=haskell-quickcheck-io
pkgver=0.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Use HUnit assertions as QuickCheck properties"
url="https://github.com/hspec/quickcheck-io"
license=('MIT')
@@ -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