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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 03:17:58 UTC 2021


    Date: Monday, June 21, 2021 @ 03:17:58
  Author: felixonmars
Revision: 966318

upgpkg: haskell-regex-compat-tdfa 0.95.1.4-38: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-regex-compat-tdfa/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 02:45:41 UTC (rev 966317)
+++ PKGBUILD	2021-06-21 03:17:58 UTC (rev 966318)
@@ -4,7 +4,7 @@
 _hkgname=regex-compat-tdfa
 pkgname=haskell-regex-compat-tdfa
 pkgver=0.95.1.4
-pkgrel=37
+pkgrel=38
 pkgdesc="One module layer over regex-tdfa to replace Text.Regex."
 url="https://hub.darcs.net/shelarcy/regex-compat-tdfa"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7e387a7713ff8e43cfce4262b1288b85f8b60729162a842186bf6a7e1078dfb9e26013087ff7e9bcf81521f8c352926873bb280b9df57b016aef2ca4ce70aa14')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/!0/! 0/' Text/Regex.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list