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

Felix Yan felixonmars at archlinux.org
Mon May 28 12:10:20 UTC 2018


    Date: Monday, May 28, 2018 @ 12:10:19
  Author: felixonmars
Revision: 332506

upgpkg: haskell-safe-exceptions 0.1.7.0-13

rebuild with exceptions 0.10.0

Modified:
  haskell-safe-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-28 12:04:30 UTC (rev 332505)
+++ PKGBUILD	2018-05-28 12:10:19 UTC (rev 332506)
@@ -4,7 +4,7 @@
 _hkgname=safe-exceptions
 pkgname=haskell-safe-exceptions
 pkgver=0.1.7.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Safe, consistent, and easy exception handling"
 url="https://github.com/fpco/safe-exceptions"
 license=('MIT')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.9/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list