summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri2012-06-27 22:05:01 +0200
committer dsomero2012-06-27 22:05:01 +0200
commit37a5dd292474bd1783f1d119d34419a6fbf04e4e (patch)
tree4671552a2ba5a4f90b477e01f6ce3946b7f0e8e4
parentff43e08ccc31af98cbb081d214d50ad1265ae6f3 (diff)
downloadslackbuilds-37a5dd292474bd1783f1d119d34419a6fbf04e4e.tar.gz
haskell/haskell-parsec: Updated for version 3.1.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--haskell/haskell-parsec/README4
-rw-r--r--haskell/haskell-parsec/haskell-parsec.SlackBuild3
-rw-r--r--haskell/haskell-parsec/haskell-parsec.info8
3 files changed, 8 insertions, 7 deletions
diff --git a/haskell/haskell-parsec/README b/haskell/haskell-parsec/README
index d9195a28d0..184b6b45cc 100644
--- a/haskell/haskell-parsec/README
+++ b/haskell/haskell-parsec/README
@@ -4,8 +4,8 @@ libraries and good error messages, and is also fast. It is defined
as a monad transformer that can be stacked on arbitrary monads, and
it is also parametric in the input stream type.
-This requires ghc, haskell-transformers, haskell-mtl, haskell-deepseq,
-and haskell-text.
+This requires ghc, haskell-transformers, haskell-mtl, and
+haskell-text.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
diff --git a/haskell/haskell-parsec/haskell-parsec.SlackBuild b/haskell/haskell-parsec/haskell-parsec.SlackBuild
index ca467dd346..19975ff15e 100644
--- a/haskell/haskell-parsec/haskell-parsec.SlackBuild
+++ b/haskell/haskell-parsec/haskell-parsec.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-parsec
-VERSION=${VERSION:-3.1.2}
+VERSION=${VERSION:-3.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \
--prefix=/usr \
--enable-shared \
+ --enable-library-profiling \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--docdir=/usr/doc/$PRGNAM-$VERSION
diff --git a/haskell/haskell-parsec/haskell-parsec.info b/haskell/haskell-parsec/haskell-parsec.info
index 3c23acd9b8..38b56f7359 100644
--- a/haskell/haskell-parsec/haskell-parsec.info
+++ b/haskell/haskell-parsec/haskell-parsec.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-parsec"
-VERSION="3.1.2"
+VERSION="3.1.3"
HOMEPAGE="http://hackage.haskell.org/package/parsec"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/parsec/3.1.2/parsec-3.1.2.tar.gz"
-MD5SUM="c2a75dfd247ae4839e2602b62dc87487"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/parsec/3.1.3/parsec-3.1.3.tar.gz"
+MD5SUM="d72fc94b81153132c61125a1ec52a4a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="rworkman,Niels Horn"
+APPROVED="dsomero"