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

Felix Yan felixonmars at archlinux.org
Fri Jan 10 04:48:46 UTC 2020


    Date: Friday, January 10, 2020 @ 04:48:45
  Author: felixonmars
Revision: 551534

upgpkg: haskell-aeson-compat 0.3.9-64: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-10 03:45:56 UTC (rev 551533)
+++ PKGBUILD	2020-01-10 04:48:45 UTC (rev 551534)
@@ -4,7 +4,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.9
-pkgrel=63
+pkgrel=64
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i -e 's/< *4.13/<5/' -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' -e 's/< *1.9/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list