[arch-commits] Commit in haskell-time-compat/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 1 11:44:33 UTC 2020


    Date: Wednesday, April 1, 2020 @ 11:44:33
  Author: felixonmars
Revision: 608786

upgpkg: haskell-time-compat 1.9.3-3: rebuild with QuickCheck 2.14

Modified:
  haskell-time-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 11:11:48 UTC (rev 608785)
+++ PKGBUILD	2020-04-01 11:44:33 UTC (rev 608786)
@@ -3,7 +3,7 @@
 _hkgname=time-compat
 pkgname=haskell-time-compat
 pkgver=1.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
 license=('BSD')
@@ -17,6 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list