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

Felix Yan felixonmars at archlinux.org
Sat Jan 6 18:12:09 UTC 2018


    Date: Saturday, January 6, 2018 @ 18:12:07
  Author: felixonmars
Revision: 279510

upgpkg: haskell-megaparsec 6.4.0-1

rebuild with parser-combinators,0.4.0 megaparsec,6.4.0

Modified:
  haskell-megaparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-06 18:09:12 UTC (rev 279509)
+++ PKGBUILD	2018-01-06 18:12:07 UTC (rev 279510)
@@ -4,8 +4,8 @@
 
 _hkgname=megaparsec
 pkgname=haskell-megaparsec
-pkgver=6.3.0
-pkgrel=2
+pkgver=6.4.0
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="https://github.com/mrkkrp/megaparsec"
 license=("custom:BSD2")
@@ -14,7 +14,7 @@
          'haskell-scientific' 'haskell-text')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-expectations')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('15e534de81267f61fbebded236b42e25817de93e21714f78746c9a39ebb48445b4fa529f38d2f43511018c37a062db6c8d32d812fe64e12799b3e5def79b5d1e')
+sha512sums=('1c8c414fbc8cd55817c7232895d88dba4f08f232bdb9aef46dbb62e3780fd6e10f281a7f0f481400e1bc1fcbff814e64d61a55d5d68dba6549353fa4780f60de')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list