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

Felix Yan fyan at archlinux.org
Thu Dec 10 16:20:46 UTC 2015


    Date: Thursday, December 10, 2015 @ 17:20:45
  Author: fyan
Revision: 152326

GHC 7.10.3 rebuild

Modified:
  haskell-parsec/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 16:20:37 UTC (rev 152325)
+++ PKGBUILD	2015-12-10 16:20:45 UTC (rev 152326)
@@ -3,13 +3,13 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.2' 'sh' 'haskell-mtl' 'haskell-text')
+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')



More information about the arch-commits mailing list