Date: Thursday, December 1, 2016 @ 06:47:19 Author: felixonmars Revision: 197472
upgpkg: haskell-conduit-combinators 1.0.8.3-1 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-01 06:38:41 UTC (rev 197471) +++ PKGBUILD 2016-12-01 06:47:19 UTC (rev 197472) @@ -4,8 +4,8 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators -pkgver=1.0.8.1 -pkgrel=3 +pkgver=1.0.8.3 +pkgrel=1 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable" license=("MIT") @@ -17,7 +17,7 @@ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector" "haskell-void") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('cf347790f173dce64ebf7ef1b364686fee2d890bfa38caa9145494a5909a7637') +sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -24,7 +24,8 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -fmonotrav1 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
