Date: Friday, April 18, 2014 @ 19:07:36 Author: td123 Revision: 211298
upgpkg: haskell-parsec 3.1.5-2 rebuild with cfgf Modified: haskell-parsec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-18 17:07:23 UTC (rev 211297) +++ PKGBUILD 2014-04-18 17:07:36 UTC (rev 211298) @@ -3,13 +3,13 @@ _hkgname=parsec pkgname=haskell-parsec pkgver=3.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Monadic parser combinators" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-1' 'sh' 'haskell-mtl=2.1.3.1-1' 'haskell-text=1.1.0.1-1') +depends=('ghc=7.8.2-2' 'sh' 'haskell-mtl=2.1.3.1-2' 'haskell-text=1.1.0.1-2') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('00e822decff17a034a68c462d2a3e099')
