packages feed

tasty-tap 0.0.3 → 0.0.4

raw patch · 2 files changed

+9/−3 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,3 +1,9 @@+0.0.4+* Allow wider base++0.0.3+* Allow wider tasty+ 0.0.2 * Add missing test suite files. 
tasty-tap.cabal view
@@ -1,5 +1,5 @@ name:                tasty-tap-version:             0.0.3+version:             0.0.4 synopsis:            TAP (Test Anything Protocol) Version 13 formatter for tasty description:         A tasty ingredient to output test results in TAP 13 format. license:             MIT@@ -11,7 +11,7 @@ category:            Testing build-type:          Simple cabal-version:       >=1.10-tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1+tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1 extra-source-files:   README.md   changelog.md@@ -27,7 +27,7 @@  library   exposed-modules:     Test.Tasty.Runners.TAP-  build-depends:       base >=4.6 && <4.9+  build-depends:       base >=4.6 && <5                      , tasty >= 0.10                      , stm                      , containers