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

Felix Yan felixonmars at archlinux.org
Fri Feb 16 18:52:20 UTC 2018


    Date: Friday, February 16, 2018 @ 18:52:20
  Author: felixonmars
Revision: 295056

upgpkg: haskell-hasql 1.1.1-28

rebuild with tasty-golden,2.3.1.3 tasty,1.0.1 tasty-rerun,1.1.10

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 18:41:05 UTC (rev 295055)
+++ PKGBUILD	2018-02-16 18:52:20 UTC (rev 295056)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.1.1
-pkgrel=27
+pkgrel=28
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -22,7 +22,9 @@
 sha512sums=('f72097118dbecd87c31394be882aa81a591d5e6d429bbee974cc4d6acaf1a86b9cb1c623666f3ffcc4f258992a3522d1780fbcc5a2edaded18c106bbe1fd28be')
 
 prepare() {
-    sed -i 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit >= 0.9,/' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -e 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit >= 0.9,/' \
+        -e 's/tasty >= 0.12 && < 0.13,/tasty >= 0.12,/' \
+        -i $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list