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

Felix Yan felixonmars at archlinux.org
Sat May 26 15:39:15 UTC 2018


    Date: Saturday, May 26, 2018 @ 15:39:10
  Author: felixonmars
Revision: 330121

upgpkg: haskell-exceptions 0.8.3-9

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 15:30:06 UTC (rev 330120)
+++ PKGBUILD	2018-05-26 15:39:10 UTC (rev 330121)
@@ -5,7 +5,7 @@
 _hkgname=exceptions
 pkgname=haskell-exceptions
 pkgver=0.8.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Extensible optionally-pure exceptions"
 url="https://github.com/ekmett/exceptions/"
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 sha512sums=('1b650d979e27c3307a7b58ea09fe19bfd97a35fb75aa526237cfe4fe68c99560794dc8985b601da1fc6cefb8358c76f60df822b709c621172785343233cee89a')
 
 prepare() {
-    sed -i 's/template-haskell           >= 2.2      && < 2.12,/template-haskell           >= 2.2,/' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i -e 's/<.*2.12/<3/' -e 's/<.*0.6/<1/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list