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

Felix Yan felixonmars at archlinux.org
Sat May 19 16:45:07 UTC 2018


    Date: Saturday, May 19, 2018 @ 16:45:06
  Author: felixonmars
Revision: 324713

upgpkg: haskell-trifecta 1.7.1.1-57

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 16:44:08 UTC (rev 324712)
+++ PKGBUILD	2018-05-19 16:45:06 UTC (rev 324713)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=56
+pkgrel=57
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-blaze-builder"
          "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" "haskell-comonad"
          "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-parsers"
-         "haskell-profunctors" "haskell-reducers" "haskell-semigroups" "haskell-unordered-containers"
+         "haskell-profunctors" "haskell-reducers" "haskell-unordered-containers"
          "haskell-utf8-string")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,6 +21,7 @@
 
 prepare() {
     sed -i 's/ansi-terminal        >= 0.6     && < 0.7,/ansi-terminal        >= 0.6,/' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list