assertions 0.1.0.3 → 0.1.0.4
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
- assertions.cabal +2/−2
assertions.cabal view
@@ -1,5 +1,5 @@ name: assertions-version: 0.1.0.3+version: 0.1.0.4 synopsis: A simple testing framework. license: MIT license-file: LICENSE@@ -16,7 +16,7 @@ library hs-source-dirs: src exposed-modules: Test.Assert- build-depends: base >=4.6 && <4.7, containers, ansi-terminal+ build-depends: base == 4.* , containers, ansi-terminal default-language: Haskell2010 test-suite assert-tests