Date: Saturday, March 5, 2011 @ 17:05:06 Author: vesa Revision: 112671
haskell-opengl compiled against ghc-7.0.2 Modified: haskell-opengl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-05 21:59:24 UTC (rev 112670) +++ PKGBUILD 2011-03-05 22:05:06 UTC (rev 112671) @@ -2,13 +2,13 @@ _hkgname=OpenGL pkgname=haskell-opengl pkgver=2.2.3.0 -pkgrel=5 +pkgrel=5.1 pkgdesc="A binding for the OpenGL graphics system" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc' 'mesa') +depends=('ghc=7.0.2' 'mesa') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
