Date: Friday, June 23, 2017 @ 13:54:55 Author: felixonmars Revision: 240390
upgpkg: haskell-conduit-combinators 1.1.1-26 rebuild with hashable,1.2.6.1 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:53:00 UTC (rev 240389) +++ PKGBUILD 2017-06-23 13:54:55 UTC (rev 240390) @@ -5,12 +5,12 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.1.1 -pkgrel=25 +pkgrel=26 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-chunked-data" +depends=('ghc' "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" "haskell-resourcet" "haskell-text" "haskell-transformers-base" "haskell-unix-compat" "haskell-vector" @@ -23,7 +23,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 \ -fmonotrav1 runhaskell Setup build runhaskell Setup haddock --hoogle --html
