Date: Friday, June 23, 2017 @ 11:24:45 Author: felixonmars Revision: 240310
upgpkg: haskell-conduit-extra 1.1.16-13 rebuild with hashable,1.2.6.1 Modified: haskell-conduit-extra/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:23:07 UTC (rev 240309) +++ PKGBUILD 2017-06-23 11:24:45 UTC (rev 240310) @@ -5,12 +5,12 @@ _hkgname=conduit-extra pkgname=haskell-conduit-extra pkgver=1.1.16 -pkgrel=12 +pkgrel=13 pkgdesc="Batteries included conduit: adapters for common libraries." url="http://github.com/snoyberg/conduit" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" +depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" "haskell-exceptions" "haskell-monad-control" "haskell-network" "haskell-primitive" "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-transformers-base") @@ -22,7 +22,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
