Date: Thursday, June 15, 2017 @ 15:20:41 Author: felixonmars Revision: 237176
upgpkg: haskell-ansi-wl-pprint 0.6.7.3-6 rebuild with ghc,8.0.2 Modified: haskell-ansi-wl-pprint/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-15 15:19:47 UTC (rev 237175) +++ PKGBUILD 2017-06-15 15:20:41 UTC (rev 237176) @@ -5,12 +5,12 @@ _hkgname=ansi-wl-pprint pkgname=haskell-ansi-wl-pprint pkgver=0.6.7.3 -pkgrel=5 +pkgrel=6 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output" url="http://github.com/ekmett/ansi-wl-pprint" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-ansi-terminal") +depends=("ghc" "haskell-ansi-terminal") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('3789ecaa89721eabef58ddc5711f7fd1ff67e262da1659f3b20d38a9e1f5b708') @@ -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 \ -f-example -fnewbase @@ -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 }
