Date: Friday, June 16, 2017 @ 17:19:31 Author: felixonmars Revision: 237753
upgpkg: haskell-tasty-quickcheck 0.8.4-28 rebuild with ghc,8.0.2 Modified: haskell-tasty-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 17:09:05 UTC (rev 237752) +++ PKGBUILD 2017-06-16 17:19:31 UTC (rev 237753) @@ -5,12 +5,12 @@ _hkgname=tasty-quickcheck pkgname=haskell-tasty-quickcheck pkgver=0.8.4 -pkgrel=27 +pkgrel=28 pkgdesc="QuickCheck support for the Tasty test framework." url="http://documentup.com/feuerbach/tasty" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-quickcheck" "haskell-tagged" "haskell-tasty") +depends=("ghc" "haskell-quickcheck" "haskell-tagged" "haskell-tasty") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297') @@ -17,7 +17,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-library-profiling --enable-shared \ + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ -f-old-quickcheck @@ -39,4 +39,7 @@ 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 }
