mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
haskell/haskell-test-framework-quickcheck2: Updated for version 0.3.0.3.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
parent
0071b5bb05
commit
7be4b6552c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for test-framework-quickcheck2
|
||||
|
||||
# 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-quickcheck2
|
||||
VERSION=${VERSION:-0.3.0.1}
|
||||
VERSION=${VERSION:-0.3.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-test-framework-quickcheck2"
|
||||
VERSION="0.3.0.1"
|
||||
VERSION="0.3.0.3"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/test-framework-quickcheck2"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework-quickcheck2/0.3.0.1/test-framework-quickcheck2-0.3.0.1.tar.gz"
|
||||
MD5SUM="b00b6ea06795f0d956330ba7fbacc8bc"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/test-framework-quickcheck2/0.3.0.3/test-framework-quickcheck2-0.3.0.3.tar.gz"
|
||||
MD5SUM="76e7b501eb721f885d9165aed31346f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-extensible-exceptions haskell-QuickCheck haskell-test-framework"
|
||||
|
|
Loading…
Reference in a new issue