HUnit 1.2.0.1 → 1.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- HUnit.cabal +2/−2
HUnit.cabal view
@@ -1,5 +1,5 @@ name: HUnit-version: 1.2.0.1+version: 1.2.0.2 license: BSD3 license-file: LICENSE author: Dean Herington@@ -14,7 +14,7 @@ build-type: Simple Library- build-depends: base+ build-depends: base >=4 && <5 exposed-modules: Test.HUnit.Base, Test.HUnit.Lang,