Date: Friday, June 23, 2017 @ 20:18:26 Author: felixonmars Revision: 240559
upgpkg: haskell-warp-tls 3.2.3-37 rebuild with hashable,1.2.6.1 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 20:12:50 UTC (rev 240558) +++ PKGBUILD 2017-06-23 20:18:26 UTC (rev 240559) @@ -5,7 +5,7 @@ _hkgname=warp-tls pkgname=haskell-warp-tls pkgver=3.2.3 -pkgrel=36 +pkgrel=37 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="http://github.com/yesodweb/wai" license=("MIT") @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
