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

Felix Yan felixonmars at archlinux.org
Tue May 12 20:01:12 UTC 2020


    Date: Tuesday, May 12, 2020 @ 20:01:11
  Author: felixonmars
Revision: 627222

upgpkg: haskell-clash-prelude 1.2.1-6: rebuild with tasty 1.3

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 19:57:02 UTC (rev 627221)
+++ PKGBUILD	2020-05-12 20:01:11 UTC (rev 627222)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude"
 license=('BSD')
@@ -24,7 +24,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     patch -p2 -i ../$_hkgname-ghc-8.10.patch || :
-    sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/' $_hkgname.cabal
+    sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal
     sed -i '/import Warning/d' Setup.hs
 }
 



More information about the arch-commits mailing list