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

Felix Yan felixonmars at archlinux.org
Thu Apr 23 14:54:18 UTC 2020


    Date: Thursday, April 23, 2020 @ 14:54:18
  Author: felixonmars
Revision: 618230

upgpkg: haskell-regex-tdfa 1.3.1.0-4: rebuild with ghc 8.10.1

Modified:
  haskell-regex-tdfa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-23 14:52:38 UTC (rev 618229)
+++ PKGBUILD	2020-04-23 14:54:18 UTC (rev 618230)
@@ -4,7 +4,7 @@
 _hkgname=regex-tdfa
 pkgname=haskell-regex-tdfa
 pkgver=1.3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pure Haskell Tagged DFA Backend for Text.Regex (regex-base)"
 url="https://hackage.haskell.org/package/regex-tdfa"
 license=("BSD")
@@ -16,6 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
+    sed -i 's/< *4.14/<5/' $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list