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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 09:20:57 UTC 2020


    Date: Wednesday, June 10, 2020 @ 09:20:56
  Author: felixonmars
Revision: 641248

upgpkg: haskell-clash-prelude 1.2.1-16: rebuild with doctest 0.17

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 09:19:41 UTC (rev 641247)
+++ PKGBUILD	2020-06-10 09:20:56 UTC (rev 641248)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.1
-pkgrel=15
+pkgrel=16
 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/;s/< *1.3/<2/' $_hkgname.cabal
+    sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *0.17/<1/' $_hkgname.cabal
     sed -i '/import Warning/d' Setup.hs
 }
 



More information about the arch-commits mailing list