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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:17:47 UTC 2020


    Date: Monday, May 25, 2020 @ 15:17:46
  Author: felixonmars
Revision: 634524

upgpkg: haskell-aeson-yaml 1.0.6.0-32: rebuild with aeson 1.5.0.0

Modified:
  haskell-aeson-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:17:38 UTC (rev 634523)
+++ PKGBUILD	2020-05-25 15:17:46 UTC (rev 634524)
@@ -3,7 +3,7 @@
 _hkgname=aeson-yaml
 pkgname=haskell-aeson-yaml
 pkgver=1.0.6.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Output any Aeson value as YAML (pure Haskell library)"
 url="https://github.com/clovyr/aeson-yaml"
 license=('BSD')
@@ -17,6 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    sed -i 's/< *1.5/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list