Date: Friday, June 16, 2017 @ 09:36:23 Author: felixonmars Revision: 237587
upgpkg: haskell-store 0.4.3.1-17 rebuild with ghc,8.0.2 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 09:31:27 UTC (rev 237586) +++ PKGBUILD 2017-06-16 09:36:23 UTC (rev 237587) @@ -4,12 +4,12 @@ _hkgname=store pkgname=haskell-store pkgver=0.4.3.1 -pkgrel=16 +pkgrel=17 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' +depends=('ghc' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' @@ -23,7 +23,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-comparison-bench -f-small-bench @@ -45,4 +45,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 }
