test-sandbox-hunit 0.0.1.6 → 0.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~test-sandboxPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: test-sandbox
API changes (from Hackage documentation)
Files
- test-sandbox-hunit.cabal +3/−3
test-sandbox-hunit.cabal view
@@ -1,5 +1,5 @@ Name: test-sandbox-hunit-Version: 0.0.1.6+Version: 0.1.0 Cabal-Version: >= 1.14 Category: Testing Synopsis: HUnit convenience functions for use with test-sandbox@@ -18,12 +18,12 @@ Source-Repository this Type: git Location: https://github.com/gree/haskell-test-sandbox- Tag: test-sandbox-hunit_0.0.1.6+ Tag: test-sandbox-hunit_0.1.0 Library Exposed-modules: Test.Sandbox.HUnit - Build-Depends: base >=4 && <5, lifted-base, test-sandbox >=0.0.1.5 && <0.0.2, HUnit+ Build-Depends: base >=4 && <5, lifted-base, test-sandbox ==0.1.* , HUnit Hs-source-dirs: src