haskell/haskell-gloss: Updated for version 1.7.4.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-06-27 15:57:12 -04:00 committed by dsomero
parent 23b25fdcb2
commit 42f1cb50e9
3 changed files with 11 additions and 7 deletions

View file

@ -4,5 +4,8 @@ hood, but you won't need to worry about any of that. Get something
cool on the screen in under 10 minutes.
This requires ghc, haskell-ObjectName, haskell-OpenGLRaw,
haskell-StateVar, haskell-Tensor, haskell-binary, haskell-GLURaw,
haskell-bmp, haskell-OpenGL and haskell-GLUT.
haskell-StateVar, haskell-Tensor, haskell-GLURaw, haskell-bmp,
haskell-OpenGL and haskell-GLUT.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-gloss
VERSION=${VERSION:-1.6.0.1}
VERSION=${VERSION:-1.7.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,6 +80,7 @@ runghc Setup configure \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--enable-shared \
--enable-library-profiling \
--docdir=/usr/doc/$PRGNAM-$VERSION
runghc Setup build

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-gloss"
VERSION="1.6.0.1"
VERSION="1.7.4.1"
HOMEPAGE="http://hackage.haskell.org/package/gloss"
DOWNLOAD="http://hackage.haskell.org/packages/archive/gloss/1.6.0.1/gloss-1.6.0.1.tar.gz"
MD5SUM="e094670603284ee3a601e82a3513f7a2"
DOWNLOAD="http://hackage.haskell.org/packages/archive/gloss/1.7.4.1/gloss-1.7.4.1.tar.gz"
MD5SUM="9c55bc3076b1bddbd7e8125b15f19f02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Niels Horn"
APPROVED="dsomero"