Date: Friday, June 16, 2017 @ 09:05:02 Author: felixonmars Revision: 237563
upgpkg: haskell-monad-par 0.3.4.8-8 rebuild with ghc,8.0.2 Modified: haskell-monad-par/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 09:00:37 UTC (rev 237562) +++ PKGBUILD 2017-06-16 09:05:02 UTC (rev 237563) @@ -5,14 +5,13 @@ _hkgname=monad-par pkgname=haskell-monad-par pkgver=0.3.4.8 -pkgrel=7 +pkgrel=8 pkgdesc="A library for parallel programming based on a monad" url="https://github.com/simonmar/monad-par" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-abstract-deque" "haskell-abstract-par" - "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random" - "haskell-parallel") +depends=("ghc" "haskell-abstract-deque" "haskell-abstract-par" "haskell-monad-par-extras" + "haskell-mtl" "haskell-mwc-random" "haskell-parallel") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951') @@ -19,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-newgeneric -f-chaselev @@ -41,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 }
