summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-GLUT/haskell-GLUT.SlackBuild3
-rw-r--r--haskell/haskell-GLUT/haskell-GLUT.info8
2 files changed, 6 insertions, 5 deletions
diff --git a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
index eb6ec6a26e..1784ae94c1 100644
--- a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
+++ b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-GLUT
-VERSION=${VERSION:-2.2.2.1}
+VERSION=${VERSION:-2.3.0.0}
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
diff --git a/haskell/haskell-GLUT/haskell-GLUT.info b/haskell/haskell-GLUT/haskell-GLUT.info
index 241e196dec..e43fdb69e3 100644
--- a/haskell/haskell-GLUT/haskell-GLUT.info
+++ b/haskell/haskell-GLUT/haskell-GLUT.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-GLUT"
-VERSION="2.2.2.1"
+VERSION="2.3.0.0"
HOMEPAGE="http://hackage.haskell.org/package/GLUT"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.2.2.1/GLUT-2.2.2.1.tar.gz"
-MD5SUM="51f14d99096dbcb047b2e3339faaadd3"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.3.0.0/GLUT-2.3.0.0.tar.gz"
+MD5SUM="e33fee1ab422f7a9718aedf65fcb7b7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="rworkman,Niels Horn"
+APPROVED="dsomero"