summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri2012-06-27 22:03:42 +0200
committer dsomero2012-06-27 22:03:42 +0200
commit183c4f08d4f22240cbd5fff5858fbab1cc1ba6ad (patch)
tree54a390468b1fd6185c404fa0a9f47d16d44079f8 /haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
parentff9981782827943feff0fe51085c98c652c08c26 (diff)
downloadslackbuilds-183c4f08d4f22240cbd5fff5858fbab1cc1ba6ad.tar.gz
haskell/haskell-OpenGL: Updated for version 2.5.0.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild')
-rw-r--r--haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild b/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
index 1d83724ca3..15716acbc2 100644
--- a/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
+++ b/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-OpenGL
-VERSION=${VERSION:-2.4.0.2}
+VERSION=${VERSION:-2.5.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