Skip to content

Commit 865bb57

Browse files
committed
Relax testsuite dependencies
1 parent 3e0575e commit 865bb57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api-tools.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ Test-Suite test-api-tools
194194
containers,
195195
safecopy,
196196
serialise,
197-
tasty >= 0.10.1 && < 1.5 ,
198-
tasty-hunit >= 0.2 && < 10.0,
199-
tasty-quickcheck >= 0.3 && < 0.11,
197+
tasty >= 0.10.1 && < 1.6 ,
198+
tasty-hunit >= 0.2 && < 0.11,
199+
tasty-quickcheck >= 0.3 && < 0.12,
200200
time,
201201
template-haskell,
202202
text,

0 commit comments

Comments
 (0)