packages feed

tasty-travis 0.1.0 → 0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Test/Tasty/Travis.hs view
@@ -201,7 +201,7 @@                 when mustFold $                     putStrLn $ "travis_fold:start:" ++ foldMarker ++ "\\r" -                unwrapIO $ printBody (foldMarker ++ "/") (n+1)+                unwrapIO $ printBody (foldMarker ++ ":") (n+1)                  when mustFold $                     putStrLn $ "travis_fold:end:" ++ foldMarker ++ "\\r"
tasty-travis.cabal view
@@ -1,5 +1,5 @@ Name:               tasty-travis-Version:            0.1.0+Version:            0.1.1  Homepage:           https://github.com/merijn/tasty-travis Bug-Reports:        https://github.com/merijn/tasty-travis/issues