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

Felix Yan felixonmars at archlinux.org
Mon Dec 23 15:49:37 UTC 2019


    Date: Monday, December 23, 2019 @ 15:49:36
  Author: felixonmars
Revision: 539321

upgpkg: haskell-time-compat 1.9.2.2-14: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0

Modified:
  haskell-time-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 15:37:18 UTC (rev 539320)
+++ PKGBUILD	2019-12-23 15:49:36 UTC (rev 539321)
@@ -3,7 +3,7 @@
 _hkgname=time-compat
 pkgname=haskell-time-compat
 pkgver=1.9.2.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
 license=('BSD')
@@ -17,7 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i 's/>=1.2.1/>=1/' $_hkgname.cabal
+    sed -i -e 's/< *0.11/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list