summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-10 23:50:30 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:51 +0700
commit1aaf3073ded76046216cb7b950cfcb28924513bf (patch)
treecf54c9d7bba999e5b95a3f8ad8caffe67540a75c
parentf9d4abdf8939c7f365db695867c5f4922711c239 (diff)
downloadslackbuilds-1aaf3073ded76046216cb7b950cfcb28924513bf.tar.gz
slackbuilds-1aaf3073ded76046216cb7b950cfcb28924513bf.tar.xz
haskell/haskell-parsec: Updated for version 3.1.7.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
-rw-r--r--haskell/haskell-parsec/haskell-parsec.SlackBuild4
-rw-r--r--haskell/haskell-parsec/haskell-parsec.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-parsec/haskell-parsec.SlackBuild b/haskell/haskell-parsec/haskell-parsec.SlackBuild
index fac865836c..bbf83363d4 100644
--- a/haskell/haskell-parsec/haskell-parsec.SlackBuild
+++ b/haskell/haskell-parsec/haskell-parsec.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for parsec
-# Copyright 2012 Mikko Värri, Finland
+# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-parsec
-VERSION=${VERSION:-3.1.3}
+VERSION=${VERSION:-3.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/haskell/haskell-parsec/haskell-parsec.info b/haskell/haskell-parsec/haskell-parsec.info
index afea7de7f9..f711b90faf 100644
--- a/haskell/haskell-parsec/haskell-parsec.info
+++ b/haskell/haskell-parsec/haskell-parsec.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-parsec"
-VERSION="3.1.3"
+VERSION="3.1.7"
HOMEPAGE="http://hackage.haskell.org/package/parsec"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/parsec/3.1.3/parsec-3.1.3.tar.gz"
-MD5SUM="d72fc94b81153132c61125a1ec52a4a5"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/parsec/3.1.7/parsec-3.1.7.tar.gz"
+MD5SUM="752664d7762bad11b46a392119658016"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-mtl haskell-text"