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

Felix Yan felixonmars at archlinux.org
Sun Sep 1 05:34:58 UTC 2019


    Date: Sunday, September 1, 2019 @ 05:34:58
  Author: felixonmars
Revision: 505782

upgpkg: haskell-attoparsec 0.13.2.3-1

rebuild with attoparsec 0.13.2.3

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 05:33:38 UTC (rev 505781)
+++ PKGBUILD	2019-09-01 05:34:58 UTC (rev 505782)
@@ -3,8 +3,8 @@
 
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
-pkgver=0.13.2.2
-pkgrel=60
+pkgver=0.13.2.3
+pkgrel=1
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec"
 license=("BSD3")
@@ -13,12 +13,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-unicode' 'haskell-tasty'
              'haskell-tasty-quickcheck' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3726b9d3c45289b2148c8df99d41a31fbb32a9783e1ef3940110bf064da0d000277cba54a3d990210e48a4fcaa8ed016228be7d26861e74de40c971bd7c89ea6')
+sha512sums=('84805ff547f1aa5eebd320c1bd738bc1098a9789fb330eff7bdcb1b0477e9709d86f93bd8848f4a8501a123b6add6bd22af59cfa94af66f1d57703745706a194')
 
-prepare() {
-    sed -i 's/QuickCheck >= 2.7 && < 2.10,/QuickCheck >= 2.7,/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list