Date: Friday, June 23, 2017 @ 19:34:35 Author: felixonmars Revision: 240547
upgpkg: haskell-warp 3.2.12-10 rebuild with hashable,1.2.6.1 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 19:31:57 UTC (rev 240546) +++ PKGBUILD 2017-06-23 19:34:35 UTC (rev 240547) @@ -5,12 +5,12 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.2.12 -pkgrel=9 +pkgrel=10 pkgdesc="A fast, light-weight web server for WAI applications." url="http://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-async" "haskell-auto-update" "haskell-blaze-builder" +depends=('ghc' "haskell-async" "haskell-auto-update" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-hashable" "haskell-http-date" "haskell-http-types" "haskell-http2" "haskell-iproute" "haskell-network" "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-unix-compat" "haskell-vault" @@ -27,7 +27,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 \ -f-warp-debug -fallow-sendfilefd -f-network-bytestring runhaskell Setup build runhaskell Setup haddock --hoogle --html
