blob: 6c688237c8ed84fb698a56245769b7ddb9562b0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/test-framework-hunit.cabal
+++ b/test-framework-hunit.cabal
@@ -24,7 +24,7 @@
Library
Exposed-Modules: Test.Framework.Providers.HUnit
- Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.4, extensible-exceptions >= 0.1.1 && < 0.2.0
+ Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.7, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3)
Build-Depends: base >= 3 && < 4
else
|