Date: Wednesday, December 17, 2014 @ 09:42:02 Author: spupykin Revision: 124009
upgpkg: haskell-parsec 3.1.7-1 upd Modified: haskell-parsec/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-17 03:16:06 UTC (rev 124008) +++ PKGBUILD 2014-12-17 08:42:02 UTC (rev 124009) @@ -2,17 +2,17 @@ _hkgname=parsec pkgname=haskell-parsec -pkgver=3.1.5 -pkgrel=3 +pkgver=3.1.7 +pkgrel=1 pkgdesc="Monadic parser combinators" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.3-1' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.1.1.3-1') +depends=('ghc=7.8.3-2' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.2.0.3-1') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('00e822decff17a034a68c462d2a3e099') +md5sums=('752664d7762bad11b46a392119658016') build() { cd ${_hkgname}-${pkgver}
