Date: Friday, June 23, 2017 @ 18:17:25 Author: felixonmars Revision: 240526
upgpkg: haskell-wai-logger 2.3.0-18 rebuild with hashable,1.2.6.1 Modified: haskell-wai-logger/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:16:13 UTC (rev 240525) +++ PKGBUILD 2017-06-23 18:17:25 UTC (rev 240526) @@ -5,12 +5,12 @@ _hkgname=wai-logger pkgname=haskell-wai-logger pkgver=2.3.0 -pkgrel=17 +pkgrel=18 pkgdesc="A logging system for WAI" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-blaze-builder" "haskell-byteorder" "haskell-case-insensitive" +depends=('ghc' "haskell-blaze-builder" "haskell-byteorder" "haskell-case-insensitive" "haskell-fast-logger" "haskell-http-types" "haskell-network" "haskell-unix-time" "haskell-wai") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -21,7 +21,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
