Date: Thursday, June 15, 2017 @ 17:03:15 Author: felixonmars Revision: 237281
upgpkg: haskell-http-client-tls 0.3.5-7 rebuild with ghc,8.0.2 Modified: haskell-http-client-tls/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-15 17:03:12 UTC (rev 237280) +++ PKGBUILD 2017-06-15 17:03:15 UTC (rev 237281) @@ -5,12 +5,12 @@ _hkgname=http-client-tls pkgname=haskell-http-client-tls pkgver=0.3.5 -pkgrel=6 +pkgrel=7 pkgdesc="http-client backend using the connection package and tls library" url="https://github.com/snoyberg/http-client" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" "haskell-cryptonite" +depends=("ghc" "haskell-case-insensitive" "haskell-connection" "haskell-cryptonite" "haskell-data-default-class" "haskell-exceptions" "haskell-http-client" "haskell-http-types" "haskell-memory" "haskell-network" "haskell-network-uri" "haskell-text" "haskell-tls") @@ -20,7 +20,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 runhaskell Setup build @@ -41,4 +41,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 }
