runTestTTAndExit requires HUnit >= 1.6.1.0

This commit is contained in:
John J. Camilleri
2021-10-12 23:47:49 +02:00
parent 3bdfe1a336
commit 6497a3dd95
2 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ test-suite basic
default-language: Haskell2010
build-depends:
base,
HUnit,
HUnit >= 1.6.1.0,
random,
directory,
pgf2
@@ -61,5 +61,5 @@ test-suite transactions
default-language: Haskell2010
build-depends:
base,
HUnit,
HUnit >= 1.6.1.0,
pgf2

View File

@@ -1,3 +1,5 @@
# This is mainly here so that I can run `stack sdist` for uploading to Hackage
resolver: lts-12.26 # ghc 8.4.4
extra-deps:
- HUnit-1.6.2.0@sha256:1a79174e8af616117ad39464cac9de205ca923da6582825e97c10786fda933a4,1588
- call-stack-0.4.0@sha256:ac44d2c00931dc20b01750da8c92ec443eb63a7231e8550188cb2ac2385f7feb,1200