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

Felix Yan felixonmars at archlinux.org
Mon Jul 4 06:07:24 UTC 2016


    Date: Monday, July 4, 2016 @ 06:07:24
  Author: felixonmars
Revision: 182052

upgpkg: haskell-trifecta 1.6-1

rebuild with Glob-0.7.9, highlighting-kate-0.6.2.1, microlens-0.4.5.0, scientific-0.3.4.8, trifecta-1.6

Modified:
  haskell-trifecta/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 06:07:15 UTC (rev 182051)
+++ PKGBUILD	2016-07-04 06:07:24 UTC (rev 182052)
@@ -4,8 +4,8 @@
 
 _hkgname=trifecta
 pkgname=haskell-trifecta
-pkgver=1.5.2
-pkgrel=23
+pkgver=1.6
+pkgrel=1
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/"
 license=("custom:BSD3")
@@ -16,14 +16,8 @@
          "haskell-profunctors" "haskell-reducers" "haskell-semigroups" "haskell-unordered-containers"
          "haskell-utf8-string")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ebc23319d2cfd39c87b2cf688f3db45528e371de9a417fc9e07e50a796b6503a')
+sha256sums=('b302a69295fcb70f645e48b5005ded4f62a05ae11e4470f20ff4cc136ada7065')
 
-prepare() {
-    sed -e 's/comonad              >= 4       && < 5,/comonad              >= 4       \&\& < 6,/' \
-        -e 's/transformers         >= 0.2     && < 0.5,/transformers         >= 0.2     \&\& < 0.6,/' \
-        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list