Date: Friday, March 4, 2011 @ 17:12:32 Author: remy Revision: 112417 upgpkg: haskell-regex-compat 0.93.1-3.1 Rebuild for GHC 7.0.2 (Haskell Platform 2011.2)
Modified: haskell-regex-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-04 22:08:19 UTC (rev 112416) +++ PKGBUILD 2011-03-04 22:12:32 UTC (rev 112417) @@ -3,12 +3,12 @@ _hkgname=regex-compat pkgname=haskell-regex-compat pkgver=0.93.1 -pkgrel=3 +pkgrel=3.1 pkgdesc="Replaces and enhances Text.Regex" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.1 sh 'haskell-regex-base' 'haskell-regex-posix=0.94.4') +depends=(ghc=7.0.2 sh 'haskell-regex-base' 'haskell-regex-posix=0.94.4') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
