tasty-html 0.4 → 0.4.1
raw patch · 3 files changed
+7/−1 lines, 3 files
Files
- CHANGELOG.md +5/−0
- Test/Tasty/Runners/Html.hs +1/−0
- tasty-html.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.4.1 - 2014-18-11+------------------++- Export `AssetsPath`.+ 0.4 - 2014-11-11 ----------------
Test/Tasty/Runners/Html.hs view
@@ -7,6 +7,7 @@ module Test.Tasty.Runners.Html ( HtmlPath(..) , htmlRunner+ , AssetsPath(..) ) where import Control.Applicative (Const(..), (<$))
tasty-html.cabal view
@@ -1,5 +1,5 @@ name: tasty-html-version: 0.4+version: 0.4.1 synopsis: Render tasty output to HTML description: A tasty ingredient to output test results in HTML5. license: MIT