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

Felix Yan fyan at archlinux.org
Fri May 20 06:19:33 UTC 2016


    Date: Friday, May 20, 2016 @ 08:19:33
  Author: fyan
Revision: 175813

upgpkg: haskell-parsec 3.1.11-1

rebuild with parsec-3.1.11

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 06:13:00 UTC (rev 175812)
+++ PKGBUILD	2016-05-20 06:19:33 UTC (rev 175813)
@@ -2,8 +2,8 @@
 
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.9
-pkgrel=8
+pkgver=3.1.11
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc=7.10.3' 'sh' 'haskell-mtl' 'haskell-text')
 install=${pkgname}.install
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('6ec46302afa68518bac5f1117b6349f5')
+md5sums=('447a121444940cc86b644b13f773e1c7')
 
 build() {
   cd ${_hkgname}-${pkgver}



More information about the arch-commits mailing list