Date: Sunday, January 14, 2018 @ 15:44:18 Author: felixonmars Revision: 282082
upgpkg: haskell-conduit-combinators 1.1.2-10 rebuild with attoparsec,0.13.2.2 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-14 15:43:31 UTC (rev 282081) +++ PKGBUILD 2018-01-14 15:44:18 UTC (rev 282082) @@ -5,7 +5,7 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.1.2 -pkgrel=9 +pkgrel=10 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable" license=("MIT") @@ -27,7 +27,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fmonotrav1 - runhaskell Setup build + LC_CTYPE=en_US.UTF-8 runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
