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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 07:17:51 UTC 2020


    Date: Wednesday, June 10, 2020 @ 07:17:50
  Author: felixonmars
Revision: 641124

upgpkg: haskell-lens 4.19.2-7: rebuild with doctest 0.17

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 07:17:41 UTC (rev 641123)
+++ PKGBUILD	2020-06-10 07:17:50 UTC (rev 641124)
@@ -4,7 +4,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.19.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/"
 license=("BSD")
@@ -22,7 +22,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/nats/d' -e '/semigroups *>= 0.9/d' $_hkgname.cabal
+    sed -i '/nats/d;/semigroups *>= 0.9/d;s/< *0.17/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list