Date: Friday, June 16, 2017 @ 14:27:21 Author: felixonmars Revision: 237649
upgpkg: haskell-test-framework 0.8.1.1-9 rebuild with ghc,8.0.2 Modified: haskell-test-framework/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 14:25:37 UTC (rev 237648) +++ PKGBUILD 2017-06-16 14:27:21 UTC (rev 237649) @@ -5,12 +5,12 @@ _hkgname=test-framework pkgname=haskell-test-framework pkgver=0.8.1.1 -pkgrel=8 +pkgrel=9 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck support" url="https://batterseapower.github.io/test-framework/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-hostname" +depends=("ghc" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-hostname" "haskell-old-locale" "haskell-random" "haskell-regex-posix" "haskell-xml") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('7883626a5aebb1df327bf26dbd382208946250a79f9cc3bf9a9eb0b0767bb273') @@ -22,7 +22,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-tests @@ -44,4 +44,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 }
