diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:04:53 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:48 -0500 |
commit | b9af2654e9e6b26a96a6b817abae4208be67bc3a (patch) | |
tree | d7ac52249243dab76cee15a788397bac4f1cdbb1 | |
parent | 642b29bb68ae7d49ccce4a268e9d020f2d169943 (diff) | |
download | slackbuilds-b9af2654e9e6b26a96a6b817abae4208be67bc3a.tar.gz |
haskell/haskell-test-framework-hunit: Updated for version 0.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.SlackBuild b/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.SlackBuild index 601473223c..487a7e2715 100644 --- a/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.SlackBuild +++ b/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for test-framework-hunit -# 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,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-test-framework-hunit -VERSION=${VERSION:-0.2.7} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.info b/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.info index cd6e27f484..977e5608bc 100644 --- a/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.info +++ b/haskell/haskell-test-framework-hunit/haskell-test-framework-hunit.info @@ -1,10 +1,10 @@ PRGNAM="haskell-test-framework-hunit" -VERSION="0.2.7" +VERSION="0.3.0" HOMEPAGE="http://hackage.haskell.org/package/test-framework-hunit" -DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework-hunit/0.2.7/test-framework-hunit-0.2.7.tar.gz" -MD5SUM="5811231745f139bbe3acf6c766e85296" +DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework-hunit/0.3.0/test-framework-hunit-0.3.0.tar.gz" +MD5SUM="09dbed9950d9977e77ceecd720f703d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-HUnit haskell-test-framework" +REQUIRES="haskell-extensible-exceptions haskell-HUnit haskell-test-framework" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" diff --git a/haskell/haskell-test-framework-hunit/slack-desc b/haskell/haskell-test-framework-hunit/slack-desc index 57badcfcd4..8a7abb23d4 100644 --- a/haskell/haskell-test-framework-hunit/slack-desc +++ b/haskell/haskell-test-framework-hunit/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-test-framework-hunit: haskell-test-framework-hunit (HUnit support for the test-framework) |