diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:04:30 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:44 -0500 |
commit | d279b88c8e10f13a8eec125c40d42bd2e5bba6ed (patch) | |
tree | 0cdf7e75473eeec7f6e259a15fe1c626bd69e2c2 /haskell/haskell-ghc-paths | |
parent | 20b3e5f9bcfdd0706187490ee3b2081e015ed543 (diff) | |
download | slackbuilds-d279b88c8e10f13a8eec125c40d42bd2e5bba6ed.tar.gz |
haskell/haskell-ghc-paths: Updated for version 0.1.0.9.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-ghc-paths')
-rw-r--r-- | haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-ghc-paths/haskell-ghc-paths.info | 6 | ||||
-rw-r--r-- | haskell/haskell-ghc-paths/slack-desc | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild b/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild index 59ded0b26f..8a5563aec5 100644 --- a/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild +++ b/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ghc-paths -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-ghc-paths -VERSION=${VERSION:-0.1.0.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.0.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" diff --git a/haskell/haskell-ghc-paths/haskell-ghc-paths.info b/haskell/haskell-ghc-paths/haskell-ghc-paths.info index 4526b50766..da4861c200 100644 --- a/haskell/haskell-ghc-paths/haskell-ghc-paths.info +++ b/haskell/haskell-ghc-paths/haskell-ghc-paths.info @@ -1,8 +1,8 @@ PRGNAM="haskell-ghc-paths" -VERSION="0.1.0.8" +VERSION="0.1.0.9" HOMEPAGE="http://hackage.haskell.org/package/ghc-paths" -DOWNLOAD="http://hackage.haskell.org/packages/archive/ghc-paths/0.1.0.8/ghc-paths-0.1.0.8.tar.gz" -MD5SUM="d2b23dc563888e380588501d2ce1d82b" +DOWNLOAD="http://hackage.haskell.org/packages/archive/ghc-paths/0.1.0.9/ghc-paths-0.1.0.9.tar.gz" +MD5SUM="03d8df6ad0f5c2d1e92a379716b59845" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" diff --git a/haskell/haskell-ghc-paths/slack-desc b/haskell/haskell-ghc-paths/slack-desc index 0924f67de7..3368d3e6e4 100644 --- a/haskell/haskell-ghc-paths/slack-desc +++ b/haskell/haskell-ghc-paths/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| haskell-ghc-paths: haskell-ghc-paths (gives knowledge of GHC's installation directories) |