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

Felix Yan felixonmars at archlinux.org
Sun Jan 20 20:20:22 UTC 2019


    Date: Sunday, January 20, 2019 @ 20:20:20
  Author: felixonmars
Revision: 425523

upgpkg: haskell-megaparsec6 6.5.0-4

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-megaparsec6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 20:17:45 UTC (rev 425522)
+++ PKGBUILD	2019-01-20 20:20:20 UTC (rev 425523)
@@ -4,7 +4,7 @@
 _hkgname=megaparsec
 pkgname=haskell-megaparsec6
 pkgver=6.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Monadic parser combinators (Legacy 6.x branch)"
 url="https://github.com/mrkkrp/megaparsec"
 license=("custom:BSD2")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*1.0/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*1.0/<2/' -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal
     sed -i '1i{-# language NoMonadFailDesugaring #-}' tests/Text/MegaparsecSpec.hs
 }
 



More information about the arch-commits mailing list