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

Felix Yan felixonmars at archlinux.org
Sat Sep 29 08:22:27 UTC 2018


    Date: Saturday, September 29, 2018 @ 08:22:27
  Author: felixonmars
Revision: 387680

upgpkg: haskell-megaparsec 7.0.1-1

rebuild with megaparsec 7.0.1

Modified:
  haskell-megaparsec/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 07:38:53 UTC (rev 387679)
+++ PKGBUILD	2018-09-29 08:22:27 UTC (rev 387680)
@@ -3,8 +3,8 @@
 
 _hkgname=megaparsec
 pkgname=haskell-megaparsec
-pkgver=6.5.0
-pkgrel=23
+pkgver=7.0.1
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="https://github.com/mrkkrp/megaparsec"
 license=("custom:BSD2")
@@ -14,13 +14,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover'
              'haskell-hspec-expectations')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4a8194909f2779bd82226a1f8fb6cce089820fa960249fdd723a4f54aa0c0d52436b4835431327be1164a7698d59059e866b694477407fae4d93c1ae42664011')
+sha512sums=('2e8c8f89344cd905d9ff214aedf1b8414b89ff3445e3e23ba34a095ae8238543196b58a6087cb4a0a05c7411ebfa3e5274434c3d71dcce5e7418fa44a25c446f')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*1.0/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list