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