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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 17:12:35 UTC 2020


    Date: Wednesday, February 26, 2020 @ 17:12:35
  Author: felixonmars
Revision: 583029

upgpkg: haskell-hasql 1.4.0.1-29: rebuild with selective 0.4, rebase 1.5, rerebase 1.5

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 16:50:35 UTC (rev 583028)
+++ PKGBUILD	2020-02-26 17:12:35 UTC (rev 583029)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.0.1
-pkgrel=28
+pkgrel=29
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -21,6 +21,9 @@
 
 prepare() {
     cd $_hkgname-$pkgver
+    sed -i '/import Prelude/a import Data.List (List)' profiling/Main.hs
+    sed -i '/import Main.Prelude/a import Data.Bifunctor (mapLeft)' tasty/Main/DSL.hs
+
     # Do not use default postgres port
     sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
 }



More information about the arch-commits mailing list