Date: Friday, January 5, 2018 @ 05:07:56 Author: felixonmars Revision: 278830
upgpkg: haskell-conduit-combinators 1.1.2-7 rebuild with conduit-extra,1.2.3.2 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-05 05:06:09 UTC (rev 278829) +++ PKGBUILD 2018-01-05 05:07:56 UTC (rev 278830) @@ -5,7 +5,7 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.1.2 -pkgrel=6 +pkgrel=7 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable" license=("MIT") @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test || warning "Unknown test failure" + LC_CTYPE=en_US.UTF-8 runhaskell Setup test } package() {
