[arch-commits] Commit in haskell-http-streams/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 26 19:58:19 UTC 2018


    Date: Saturday, May 26, 2018 @ 19:58:18
  Author: felixonmars
Revision: 331082

upgpkg: haskell-http-streams 0.8.6.1-9

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-http-streams/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 19:57:35 UTC (rev 331081)
+++ PKGBUILD	2018-05-26 19:58:18 UTC (rev 331082)
@@ -4,7 +4,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams"
 license=('custom:BSD3')
@@ -28,7 +28,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --disable-tests \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list