diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-06-18 01:24:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-18 01:24:15 -0500 |
commit | d3066e28d0196ab785a02540432ea96e61df6982 (patch) | |
tree | e31ecdb94b585b1a325d7d319ea71bda117b3bdb /haskell/haskell-parsec/haskell-parsec.SlackBuild | |
parent | 0bfb3d58de02f0b6a5b2440c5d27e2c00d1e51c0 (diff) |
haskell/haskell-parsec: Updated for version 3.1.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-parsec/haskell-parsec.SlackBuild')
-rw-r--r-- | haskell/haskell-parsec/haskell-parsec.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-parsec/haskell-parsec.SlackBuild b/haskell/haskell-parsec/haskell-parsec.SlackBuild index 94a66d7bd6b2..f2d0a759b687 100644 --- a/haskell/haskell-parsec/haskell-parsec.SlackBuild +++ b/haskell/haskell-parsec/haskell-parsec.SlackBuild @@ -6,8 +6,8 @@ # Public domain. PRGNAM=haskell-parsec -VERSION=${VERSION:-3.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.1.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" |