Date: Thursday, June 15, 2017 @ 17:33:08 Author: felixonmars Revision: 237307
upgpkg: haskell-yaml 0.8.23-9 rebuild with ghc,8.0.2 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-15 17:32:40 UTC (rev 237306) +++ PKGBUILD 2017-06-15 17:33:08 UTC (rev 237307) @@ -5,12 +5,12 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.8.23 -pkgrel=8 +pkgrel=9 pkgdesc="Support for parsing and rendering YAML documents." url="http://github.com/snoyberg/yaml/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" +depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" "haskell-resourcet" "haskell-scientific" "haskell-semigroups" "haskell-text" "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -24,7 +24,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-no-unicode -f-system-libyaml -f-no-exe -fno-examples @@ -46,4 +46,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 }
