Date: Friday, June 23, 2017 @ 18:15:49 Author: felixonmars Revision: 240524
upgpkg: haskell-wai 3.2.1.1-18 rebuild with hashable,1.2.6.1 Modified: haskell-wai/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:14:38 UTC (rev 240523) +++ PKGBUILD 2017-06-23 18:15:49 UTC (rev 240524) @@ -5,12 +5,12 @@ _hkgname=wai pkgname=haskell-wai pkgver=3.2.1.1 -pkgrel=17 +pkgrel=18 pkgdesc="Web Application Interface." url="https://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-blaze-builder" "haskell-http-types" "haskell-network" "haskell-text" +depends=('ghc' "haskell-blaze-builder" "haskell-http-types" "haskell-network" "haskell-text" "haskell-vault") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('5d80a68f5d8806682d8267b7dacc383d094e3ef7ecd705f20e42c91cad564e21') @@ -24,7 +24,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
