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

Felix Yan felixonmars at archlinux.org
Wed Jun 15 05:18:28 UTC 2016


    Date: Wednesday, June 15, 2016 @ 05:18:27
  Author: felixonmars
Revision: 180175

upgpkg: haskell-parsers 0.12.4-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-parsers/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-15 03:41:24 UTC (rev 180174)
+++ PKGBUILD	2016-06-15 05:18:27 UTC (rev 180175)
@@ -4,8 +4,8 @@
 
 _hkgname=parsers
 pkgname=haskell-parsers
-pkgver=0.12.3
-pkgrel=15
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/"
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" "haskell-charset"
          "haskell-parsec" "haskell-scientific" "haskell-text" "haskell-unordered-containers")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('c29058e385d6235d3222aa1fde08399ed7ef24a8b8eb0691c2c4dfe1d1ad9fa3')
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
 
-prepare() {
-    sed -i 's/transformers         >= 0.2      && < 0.5,/transformers         >= 0.2      \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list