test-lib 0.2 → 0.2.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~simple-get-optPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, simple-get-opt
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- test-lib.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for test-lib +## 0.2.1 -- 2018-01-21++* Only changes to versions of package dependencies.+ ## 0.1.0.0 -- 2018-12-11 * First version. Released on an unsuspecting world.
test-lib.cabal view
@@ -1,5 +1,5 @@ name: test-lib-version: 0.2+version: 0.2.1 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.@@ -15,13 +15,13 @@ library hs-source-dirs: src exposed-modules: TestLib- build-depends: base >=4.9 && <4.13,+ build-depends: base >=4.9 && <4.14, directory >=1.3 && <1.4, filepath >=1.4 && <1.5, process >=1.4 && <1.7, containers >=0.5 && <0.7, HUnit >= 1.3.0 && < 1.7,- simple-get-opt >= 0.2.0 && < 0.3,+ simple-get-opt >= 0.2.0 && < 0.5, test-framework >= 0.8.0 && < 0.9, test-framework-hunit >= 0.3.0 && < 0.4