Date: Thursday, March 17, 2011 @ 07:24:57 Author: vesa Revision: 115202
ghc-7.0.2-2 rebuild Modified: haskell-fgl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-17 11:23:30 UTC (rev 115201) +++ PKGBUILD 2011-03-17 11:24:57 UTC (rev 115202) @@ -2,13 +2,13 @@ _hkgname=fgl pkgname=haskell-fgl pkgver=5.4.2.3 -pkgrel=3.2 +pkgrel=4 pkgdesc="Martin Erwig's Functional Graph Library" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=7.0.2' 'haskell-mtl=2.0.1.0') +depends=('ghc=7.0.2-2' 'haskell-mtl=2.0.1.0-2') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install