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

Felix Yan felixonmars at archlinux.org
Sat May 19 14:34:51 UTC 2018


    Date: Saturday, May 19, 2018 @ 14:34:50
  Author: felixonmars
Revision: 324630

upgpkg: haskell-lens-aeson 1.0.2-54

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 14:29:58 UTC (rev 324629)
+++ PKGBUILD	2018-05-19 14:34:50 UTC (rev 324630)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=53
+pkgrel=54
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/"
 license=('MIT')
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list