Date: Friday, June 16, 2017 @ 16:21:14 Author: felixonmars Revision: 237733
upgpkg: haskell-warp-tls 3.2.3-35 rebuild with ghc,8.0.2 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 16:19:37 UTC (rev 237732) +++ PKGBUILD 2017-06-16 16:21:14 UTC (rev 237733) @@ -5,12 +5,12 @@ _hkgname=warp-tls pkgname=haskell-warp-tls pkgver=3.2.3 -pkgrel=34 +pkgrel=35 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="http://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" "haskell-network" +depends=("ghc" "haskell-cryptonite" "haskell-data-default-class" "haskell-network" "haskell-streaming-commons" "haskell-tls" "haskell-wai" "haskell-warp") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292') @@ -18,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 runhaskell Setup build @@ -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 }
