summaryrefslogtreecommitdiff
path: root/extra/haskell-opengl
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-27 22:08:34 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-27 22:08:34 -0500
commitbe6c1245520a53bf43513cdde697a09b90e62361 (patch)
tree13cb12f2b23e886d5d1c9ccdf447cfe24808aed8 /extra/haskell-opengl
parenteadaf245dcd43f5a3b33585ff80fdae7e64f850b (diff)
parent0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (diff)
merged pre master
Diffstat (limited to 'extra/haskell-opengl')
-rw-r--r--extra/haskell-opengl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/haskell-opengl/PKGBUILD b/extra/haskell-opengl/PKGBUILD
index 70c47d90f..909a68239 100644
--- a/extra/haskell-opengl/PKGBUILD
+++ b/extra/haskell-opengl/PKGBUILD
@@ -2,20 +2,20 @@
_hkgname=OpenGL
pkgname=haskell-opengl
pkgver=2.2.3.0
-pkgrel=5.2
+pkgrel=7.1
pkgdesc="A binding for the OpenGL graphics system"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64' 'mips64el')
-makedepends=()
-depends=('ghc=7.0.2' 'mesa')
+depends=('ghc=7.0.3-2' 'mesa')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('f4e3ccb471034a6a74921d4dab9dd32d')
+
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
- runhaskell Setup configure -O --enable-split-objs --enable-shared \
+ runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock