haskell/haskell-test-framework: Updated for version 0.8.1.1.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-08 17:34:05 +01:00 committed by Willy Sudiarto Raharjo
parent e9f7c14617
commit d53c267bff
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-test-framework
VERSION=${VERSION:-0.8.1.0}
VERSION=${VERSION:-0.8.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-test-framework"
VERSION="0.8.1.0"
VERSION="0.8.1.1"
HOMEPAGE="http://hackage.haskell.org/package/test-framework"
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework/0.8.1.0/test-framework-0.8.1.0.tar.gz"
MD5SUM="aa370f1efd6f445bd3fc649018346eb6"
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework/0.8.1.1/test-framework-0.8.1.1.tar.gz"
MD5SUM="adcef18605b724c41a469d148ce99d72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-ansi-wl-pprint haskell-hostname haskell-random haskell-regex-posix haskell-xml"
REQUIRES="ghc haskell-extensible-exceptions haskell-ansi-wl-pprint haskell-hostname haskell-old-locale haskell-random haskell-regex-posix haskell-xml"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"