tasty-tap 0.0.1 → 0.0.2
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +3/−0
- tasty-tap.cabal +2/−1
- test/golden/simple.tap +5/−0
changelog.md view
@@ -1,2 +1,5 @@+0.0.2+* Add missing test suite files.+ 0.0.1 * Initial release
tasty-tap.cabal view
@@ -1,5 +1,5 @@ name: tasty-tap-version: 0.0.1+version: 0.0.2 synopsis: TAP (Test Anything Protocol) Version 13 formatter for tasty description: A tasty ingredient to output test results in TAP 13 format. license: MIT@@ -15,6 +15,7 @@ extra-source-files: README.md changelog.md+ test/golden/simple.tap source-repository head type: git
+ test/golden/simple.tap view
@@ -0,0 +1,5 @@+TAP version 13+1..2+ok 1 - some example tests/passes+not ok 2 - some example tests/fails+# this was doomed