[arch-commits] Commit in haskell-microlens-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 7 04:51:39 UTC 2018
Date: Tuesday, August 7, 2018 @ 04:51:38
Author: felixonmars
Revision: 370063
upgpkg: haskell-microlens-aeson 2.3.0-33
rebuild with aeson 1.4.0.0
Modified:
haskell-microlens-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 04:50:10 UTC (rev 370062)
+++ PKGBUILD 2018-08-07 04:51:38 UTC (rev 370063)
@@ -4,7 +4,7 @@
_hkgname=microlens-aeson
pkgname=haskell-microlens-aeson
pkgver=2.3.0
-pkgrel=32
+pkgrel=33
pkgdesc="Law-abiding lenses for Aeson, using microlens"
url="https://github.com/fosskers/microlens-aeson/"
license=('MIT')
@@ -17,6 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
+ sed -i 's/<.*1.4/<2/' $_hkgname.cabal
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
}
More information about the arch-commits
mailing list