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

Felix Yan felixonmars at archlinux.org
Sun Jan 20 19:28:55 UTC 2019


    Date: Sunday, January 20, 2019 @ 19:28:54
  Author: felixonmars
Revision: 425458

upgpkg: haskell-exceptions 0.10.0-11

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 19:28:38 UTC (rev 425457)
+++ PKGBUILD	2019-01-20 19:28:54 UTC (rev 425458)
@@ -4,7 +4,7 @@
 _hkgname=exceptions
 pkgname=haskell-exceptions
 pkgver=0.10.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Extensible optionally-pure exceptions"
 url="https://github.com/ekmett/exceptions/"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+    sed -i -e 's/< *2.14/<3/' -e 's/< *2.12/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list