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

Felix Yan felixonmars at archlinux.org
Wed Apr 1 19:21:51 UTC 2020


    Date: Wednesday, April 1, 2020 @ 19:21:48
  Author: felixonmars
Revision: 609102

upgpkg: haskell-clash-prelude 1.2.0-15: rebuild with QuickCheck 2.14

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 19:18:40 UTC (rev 609101)
+++ PKGBUILD	2020-04-01 19:21:48 UTC (rev 609102)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.0
-pkgrel=14
+pkgrel=15
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude"
 license=('BSD')
@@ -21,7 +21,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.4/<1/' $_hkgname.cabal
+    sed -i -e 's/< *0.4/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list