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

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:54:19 +02:00 committed by Willy Sudiarto Raharjo
parent 0f5a99f713
commit 276f89b5e6
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for test-framework
# Copyright 2013 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-test-framework
VERSION=${VERSION:-0.8}
VERSION=${VERSION:-0.8.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-test-framework"
VERSION="0.8"
VERSION="0.8.1.0"
HOMEPAGE="http://hackage.haskell.org/package/test-framework"
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework/0.8/test-framework-0.8.tar.gz"
MD5SUM="e8642b19b0bbf682202739d8a195c696"
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework/0.8.1.0/test-framework-0.8.1.0.tar.gz"
MD5SUM="aa370f1efd6f445bd3fc649018346eb6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-ansi-wl-pprint haskell-hostname haskell-random haskell-regex-posix haskell-xml"