diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 09:42:19 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:02 +0700 |
commit | 1f9251bfd2e7015390933808d7b04ef2fb736e7d (patch) | |
tree | 5f68a77e1b4c8d5cd2832a4c2c67db70466f07aa /haskell | |
parent | a24487cd90240de448f2f9bf367efdf6c534ec5e (diff) |
haskell/haskell-hspec-core: Updated for version 2.9.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-hspec-core/haskell-hspec-core.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild b/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild index 294d0d9b26706..c32c002a8572f 100644 --- a/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild +++ b/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-hspec-core -VERSION=${VERSION:-2.5.8} +VERSION=${VERSION:-2.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-hspec-core/haskell-hspec-core.info b/haskell/haskell-hspec-core/haskell-hspec-core.info index 4ac6b3eae529a..ee37ac22806fa 100644 --- a/haskell/haskell-hspec-core/haskell-hspec-core.info +++ b/haskell/haskell-hspec-core/haskell-hspec-core.info @@ -1,10 +1,10 @@ PRGNAM="haskell-hspec-core" -VERSION="2.5.8" +VERSION="2.9.4" HOMEPAGE="https://hackage.haskell.org/package/hspec-core" -DOWNLOAD="https://hackage.haskell.org/packages/archive/hspec-core/2.5.8/hspec-core-2.5.8.tar.gz" -MD5SUM="ac9f4ac6ad9fdad001b14faef2847424" +DOWNLOAD="https://hackage.haskell.org/packages/archive/hspec-core/2.9.4/hspec-core-2.9.4.tar.gz" +MD5SUM="13dbae758701e33a08bdc20b1d20d304" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-ansi-terminal haskell-call-stack haskell-clock haskell-hspec-expectations haskell-HUnit haskell-QuickCheck haskell-quickcheck-io haskell-random haskell-setenv haskell-tf-random" +REQUIRES="haskell-ansi-terminal haskell-clock haskell-hspec-expectations haskell-HUnit haskell-QuickCheck haskell-quickcheck-io haskell-setenv" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |