test-lib 0.2.1 → 0.2.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
- test-lib.cabal +2/−2
test-lib.cabal view
@@ -1,5 +1,5 @@ name: test-lib-version: 0.2.1+version: 0.2.2 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,7 +15,7 @@ library hs-source-dirs: src exposed-modules: TestLib- build-depends: base >=4.9 && <4.14,+ build-depends: base >=4.9 && <4.15, directory >=1.3 && <1.4, filepath >=1.4 && <1.5, process >=1.4 && <1.7,