diff options
Diffstat (limited to 'community/haskell-parsec')
-rw-r--r-- | community/haskell-parsec/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-parsec/PKGBUILD b/community/haskell-parsec/PKGBUILD index c8556e11e..a9ee9946b 100644 --- a/community/haskell-parsec/PKGBUILD +++ b/community/haskell-parsec/PKGBUILD @@ -3,13 +3,13 @@ _hkgname=parsec pkgname=haskell-parsec pkgver=3.1.5 -pkgrel=2 +pkgrel=3 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-2' 'sh' 'haskell-mtl=2.1.3.1-2' 'haskell-text=1.1.0.1-2') +depends=('ghc=7.8.3-1' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.1.1.3-1') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('00e822decff17a034a68c462d2a3e099') |