Date: Friday, June 16, 2017 @ 09:15:33 Author: felixonmars Revision: 237571
upgpkg: haskell-chunked-data 0.3.0-7 rebuild with ghc,8.0.2 Modified: haskell-chunked-data/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 09:13:18 UTC (rev 237570) +++ PKGBUILD 2017-06-16 09:15:33 UTC (rev 237571) @@ -5,12 +5,12 @@ _hkgname=chunked-data pkgname=haskell-chunked-data pkgver=0.3.0 -pkgrel=6 +pkgrel=7 pkgdesc="Typeclasses for dealing with various chunked data representations" url="https://github.com/snoyberg/mono-traversable" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-semigroups" "haskell-text" "haskell-vector") +depends=("ghc" "haskell-semigroups" "haskell-text" "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('e1be9da64c3682fd907aa9f1a118e8bfba7964d509fddf54bd245b199dc15f2f') @@ -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 runhaskell Setup build @@ -38,4 +38,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 }
