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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 03:24:20 UTC 2020


    Date: Friday, April 24, 2020 @ 03:24:20
  Author: felixonmars
Revision: 618639

upgpkg: haskell-hsyaml 0.2.1.0-20: rebuild with ghc 8.10.1

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 03:23:31 UTC (rev 618638)
+++ PKGBUILD	2020-04-24 03:24:20 UTC (rev 618639)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
 pkgver=0.2.1.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Pure Haskell YAML 1.2 processor"
 url="https://github.com/hvr/HsYAML"
 license=('GPL')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/== 2.13.\*//' $_hkgname.cabal
+    sed -i 's/== 2.13.\*//;s/< *4.14/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list