packages feed

test-lib 0.3 → 0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for test-lib +## 0.3.1++* Make it work with GHC 9+ ## 0.3  * Add --version flag to report current version
test-lib.cabal view
@@ -1,5 +1,5 @@ name:                test-lib-version:             0.3+version:             0.4 synopsis:            A library to make a quick test-runner script. description:         This library makes it easy to define an executable,                      which can find and run a bunch of tests for a binary.@@ -16,7 +16,7 @@   hs-source-dirs:      src   exposed-modules:     TestLib   other-modules:       Paths_test_lib-  build-depends:       base                  >=4.9 && <4.15,+  build-depends:       base                  >=4.9 && <4.16,                        directory             >=1.3 && <1.4,                        filepath              >=1.4 && <1.5,                        process               >=1.4 && <1.7,