Date: Thursday, December 10, 2015 @ 18:42:19 Author: foutrelis Revision: 152474
GHC 7.10.3 rebuild Modified: haskell-language-python/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 17:39:17 UTC (rev 152473) +++ PKGBUILD 2015-12-10 17:42:19 UTC (rev 152474) @@ -5,12 +5,12 @@ _hkgname=language-python pkgname=haskell-language-python pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Parsing and pretty printing of Python code." url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" 'haskell-monads-tf' 'haskell-utf8-string') +depends=("ghc=7.10.3" 'haskell-monads-tf' 'haskell-utf8-string') makedepends=('happy' 'alex') options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
