summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/alex/README4
-rw-r--r--development/alex/alex.SlackBuild5
-rw-r--r--development/alex/alex.info8
3 files changed, 9 insertions, 8 deletions
diff --git a/development/alex/README b/development/alex/README
index 1ec96040f2..ced0e751a9 100644
--- a/development/alex/README
+++ b/development/alex/README
@@ -2,5 +2,5 @@ Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
-This requires ghc, haskell-transformers, haskell-mtl and
-haskell-QuickCheck.
+This requires ghc, haskell-transformers, haskell-mtl, haskell-random,
+and haskell-QuickCheck.
diff --git a/development/alex/alex.SlackBuild b/development/alex/alex.SlackBuild
index 3db8e6ce85..fed14f114f 100644
--- a/development/alex/alex.SlackBuild
+++ b/development/alex/alex.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alex
-VERSION=${VERSION:-3.0.1}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,8 +73,9 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \
--prefix=/usr \
+ --enable-executable-dynamic \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --ghc-options="-threaded -dynamic"
+ --ghc-options="-threaded"
runghc Setup build
runghc Setup copy --destdir=$PKG
diff --git a/development/alex/alex.info b/development/alex/alex.info
index 82720767ab..a1bb817784 100644
--- a/development/alex/alex.info
+++ b/development/alex/alex.info
@@ -1,10 +1,10 @@
PRGNAM="alex"
-VERSION="3.0.1"
+VERSION="3.0.2"
HOMEPAGE="http://haskell.org/alex/"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/alex/3.0.1/alex-3.0.1.tar.gz"
-MD5SUM="5dec239c89165d159faa2154bc0724cd"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/alex/3.0.2/alex-3.0.2.tar.gz"
+MD5SUM="b8f0d831b65d05e5f54ff08bd3d9d10d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero,Niels Horn"
+APPROVED="dsomero"