[arch-commits] Commit in haskell-clash-prelude/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 25 05:35:14 UTC 2019
Date: Saturday, May 25, 2019 @ 05:35:13
Author: felixonmars
Revision: 469726
upgpkg: haskell-clash-prelude 0.99.3-46
rebuild with constraints 0.11
Modified:
haskell-clash-prelude/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-25 05:33:21 UTC (rev 469725)
+++ PKGBUILD 2019-05-25 05:35:13 UTC (rev 469726)
@@ -3,7 +3,7 @@
_hkgname=clash-prelude
pkgname=haskell-clash-prelude
pkgver=0.99.3
-pkgrel=45
+pkgrel=46
pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
url="http://github.com/clash-lang/clash-prelude"
license=('BSD')
@@ -21,7 +21,7 @@
prepare() {
cd $_hkgname-$pkgver
patch -p1 -i ../ghc-8.6.patch
- sed -i -e 's/< *0.3/<1/' -e 's/< *2.14/<3/' -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal
+ sed -i -e 's/< *0.3/<1/' -e 's/< *2.14/<3/' -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' -e 's/< *0.10/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list