diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-10 23:50:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:50 +0700 |
commit | f9d4abdf8939c7f365db695867c5f4922711c239 (patch) | |
tree | 5932176efeac2004bcecd556d9ae50e5a6ad80c0 /haskell/haskell-parallel | |
parent | b1e0d6df1c49a97a5fd05aaa0bc0be71fd377538 (diff) | |
download | slackbuilds-f9d4abdf8939c7f365db695867c5f4922711c239.tar.gz |
haskell/haskell-parallel: Updated for version 3.2.0.6.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-parallel')
-rw-r--r-- | haskell/haskell-parallel/haskell-parallel.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-parallel/haskell-parallel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-parallel/haskell-parallel.SlackBuild b/haskell/haskell-parallel/haskell-parallel.SlackBuild index 548056170f..31f3f0ba10 100644 --- a/haskell/haskell-parallel/haskell-parallel.SlackBuild +++ b/haskell/haskell-parallel/haskell-parallel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for parallel -# 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-parallel -VERSION=${VERSION:-3.2.0.3} +VERSION=${VERSION:-3.2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-parallel/haskell-parallel.info b/haskell/haskell-parallel/haskell-parallel.info index c72e87170c..eef082f358 100644 --- a/haskell/haskell-parallel/haskell-parallel.info +++ b/haskell/haskell-parallel/haskell-parallel.info @@ -1,8 +1,8 @@ PRGNAM="haskell-parallel" -VERSION="3.2.0.3" +VERSION="3.2.0.6" HOMEPAGE="http://hackage.haskell.org/package/parallel" -DOWNLOAD="http://hackage.haskell.org/packages/archive/parallel/3.2.0.3/parallel-3.2.0.3.tar.gz" -MD5SUM="a5534bf154412990aaa1700136ff36e0" +DOWNLOAD="http://hackage.haskell.org/packages/archive/parallel/3.2.0.6/parallel-3.2.0.6.tar.gz" +MD5SUM="551ad3115f7b7dd2f8606df06d3ce2b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |