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

Felix Yan felixonmars at archlinux.org
Mon Jan 21 10:06:52 UTC 2019


    Date: Monday, January 21, 2019 @ 10:06:51
  Author: felixonmars
Revision: 425926

upgpkg: haskell-either 5.0.1-30

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, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-21 09:59:05 UTC (rev 425925)
+++ PKGBUILD	2019-01-21 10:06:51 UTC (rev 425926)
@@ -4,7 +4,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=5.0.1
-pkgrel=29
+pkgrel=30
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *2.12/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list