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

Felix Yan felixonmars at archlinux.org
Mon Mar 5 13:02:45 UTC 2018


    Date: Monday, March 5, 2018 @ 13:02:44
  Author: felixonmars
Revision: 302656

upgpkg: haskell-hasql 1.1.1-35

rebuild with text-short,0.1.2 tasty-quickcheck,0.10

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-05 12:55:53 UTC (rev 302655)
+++ PKGBUILD	2018-03-05 13:02:44 UTC (rev 302656)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.1.1
-pkgrel=34
+pkgrel=35
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -24,6 +24,7 @@
 prepare() {
     sed -e 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit >= 0.9,/' \
         -e 's/tasty >= 0.12 && < 0.13,/tasty >= 0.12,/' \
+        -e 's/tasty-quickcheck >= 0.9 && < 0.10,/tasty-quickcheck >= 0.9,/' \
         -i $_hkgname-$pkgver/$_hkgname.cabal
 }
 



More information about the arch-commits mailing list