Date: Friday, June 16, 2017 @ 14:46:39 Author: felixonmars Revision: 237665
upgpkg: haskell-shake 0.15.11-9 rebuild with ghc,8.0.2 Modified: haskell-shake/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 14:42:30 UTC (rev 237664) +++ PKGBUILD 2017-06-16 14:46:39 UTC (rev 237665) @@ -5,12 +5,12 @@ _hkgname=shake pkgname=haskell-shake pkgver=0.15.11 -pkgrel=8 +pkgrel=9 pkgdesc="Build system library, like Make, but more accurate dependencies." url="http://shakebuild.com" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-extra" "haskell-hashable" "haskell-js-flot" "haskell-js-jquery" +depends=("ghc" "haskell-extra" "haskell-hashable" "haskell-js-flot" "haskell-js-jquery" "haskell-primitive" "haskell-random" "haskell-unordered-containers" "haskell-utf8-string") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('05520d833ce9563977aa57d777a644b2a2322366a9f54c1004d83967e826b1bb') @@ -18,7 +18,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-portable @@ -40,4 +40,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 }
