packages feed

test-framework-sandbox 0.0.2.5 → 0.1.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~test-framework-sandboxdep ~test-sandboxdep ~test-sandbox-hunitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: test-framework-sandbox, test-sandbox, test-sandbox-hunit

API changes (from Hackage documentation)

Files

test-framework-sandbox.cabal view
@@ -1,5 +1,5 @@ Name:           test-framework-sandbox-Version:        0.0.2.5+Version:        0.1.0 Cabal-Version:  >= 1.14 Category:       Testing Synopsis:       test-sandbox support for the test-framework package@@ -29,14 +29,14 @@ Source-Repository this     Type:       git     Location:   https://github.com/gree/haskell-test-sandbox-    Tag:        test-framework-sandbox_0.0.2.5+    Tag:        test-framework-sandbox_0.1.0  Library     Exposed-modules:    Test.Framework.Providers.Sandbox                         Test.Framework.Providers.Sandbox.Internals      Build-Depends:      base >=4 && <5, ansi-terminal, lifted-base, mtl,-                        temporary, test-framework >=0.8.0.3, test-sandbox >=0.0.1.9 && <0.0.2,+                        temporary, test-framework >=0.8.0.3, test-sandbox == 0.1.*,                         transformers      Hs-source-dirs:     src@@ -51,7 +51,7 @@   Build-Depends:   base >=4 && <5                  , HUnit                  , test-framework >= 0.8.0.3-                 , test-framework-sandbox == 0.0.2.*-                 , test-sandbox == 0.0.1.*-                 , test-sandbox-hunit == 0.0.1.*+                 , test-framework-sandbox == 0.1.*+                 , test-sandbox == 0.1.*+                 , test-sandbox-hunit == 0.1.*   Main-Is:         test/test.hs