haskell/haskell-hspec: Updated for version 2.9.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-13 09:51:34 +13:00 committed by Willy Sudiarto Raharjo
parent 9bdd33e88a
commit dbbbd4340b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-hspec
VERSION=${VERSION:-2.5.8}
VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-hspec"
VERSION="2.5.8"
VERSION="2.9.4"
HOMEPAGE="https://hackage.haskell.org/package/hspec"
DOWNLOAD="https://hackage.haskell.org/packages/archive/hspec/2.5.8/hspec-2.5.8.tar.gz"
MD5SUM="a32d8769cb2b34ac776ccfd381b4762c"
DOWNLOAD="https://hackage.haskell.org/packages/archive/hspec/2.9.4/hspec-2.9.4.tar.gz"
MD5SUM="3977f0b944d7d276126c2c2ddccfec77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hspec-core haskell-hspec-discover haskell-hsp haskell-QuickCheck"