Date: Saturday, November 27, 2010 @ 05:38:46 Author: remy Revision: 101003
upgpkg: haskell-cgi 3001.1.7.3-5 Rebuild for ghc-7.0.1 Modified: haskell-cgi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-27 10:13:45 UTC (rev 101002) +++ PKGBUILD 2010-11-27 10:38:46 UTC (rev 101003) @@ -4,13 +4,13 @@ _hkgname=cgi pkgname=haskell-cgi pkgver=3001.1.7.3 -pkgrel=4 +pkgrel=5 pkgdesc="A library for writing CGI programs" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=6.12.3' 'haskell-mtl=1.1.0.2' 'haskell-network' 'haskell-parsec=2.1.0.1' 'haskell-xhtml=3000.2.0.1') +depends=('ghc=7.0.1' 'haskell-mtl=1.1.1.0' 'haskell-network' 'haskell-parsec=2.1.0.1' 'haskell-xhtml=3000.2.0.1') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
