Date: Friday, June 16, 2017 @ 16:40:02 Author: felixonmars Revision: 237747
upgpkg: haskell-lifted-async 0.9.1.1-10 rebuild with ghc,8.0.2 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 16:38:44 UTC (rev 237746) +++ PKGBUILD 2017-06-16 16:40:02 UTC (rev 237747) @@ -4,12 +4,12 @@ _hkgname=lifted-async pkgname=haskell-lifted-async pkgver=0.9.1.1 -pkgrel=9 +pkgrel=10 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' +depends=('ghc' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-transformers-base' 'haskell-transformers-base') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) md5sums=('b09f69c4c217287620a407afc7a973d1') @@ -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 \ -fmonad-control-1 @@ -39,4 +39,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 }
