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

Felix Yan felixonmars at archlinux.org
Mon Jan 21 10:24:51 UTC 2019


    Date: Monday, January 21, 2019 @ 10:24:51
  Author: felixonmars
Revision: 425942

upgpkg: haskell-clash-prelude 0.99.3-18

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-21 10:15:31 UTC (rev 425941)
+++ PKGBUILD	2019-01-21 10:24:51 UTC (rev 425942)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=0.99.3
-pkgrel=17
+pkgrel=18
 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/' $_hkgname.cabal
+    sed -i -e 's/< *0.3/<1/' -e 's/< *2.14/<3/' -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list