test-framework-hunit 0.2.5 → 0.2.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~test-frameworkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: test-framework
API changes (from Hackage documentation)
Files
test-framework-hunit.cabal view
@@ -1,5 +1,5 @@ Name: test-framework-hunit-Version: 0.2.5+Version: 0.2.6 Cabal-Version: >= 1.2.3 Category: Testing Synopsis: HUnit support for the test-framework package.@@ -22,7 +22,7 @@ Library Exposed-Modules: Test.Framework.Providers.HUnit - Build-Depends: test-framework >= 0.2.0 && < 0.4.0, HUnit >= 1.2 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0+ Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0 if flag(base3) Build-Depends: base >= 3 && < 4 else