tasty-html 0.4.1.2 → 0.4.1.3
raw patch · 3 files changed
+10/−5 lines, 3 filesdep ~tasty
Dependency ranges changed: tasty
Files
- CHANGELOG.md +5/−0
- Test/Tasty/Runners/Html.hs +2/−2
- tasty-html.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.4.1.3 - 2021-01-13+--------------------++Update to tasty-1.4+ 0.4.1.2 - 2018-06-27 --------------------
Test/Tasty/Runners/Html.hs view
@@ -153,8 +153,8 @@ Const summary <$ State.modify (+1) -- | To be used for a 'TestGroup' when folding the final 'TestTree'.-runGroup :: TestName -> SummaryTraversal -> SummaryTraversal-runGroup groupName children = Traversal $ Compose $ do+runGroup :: OptionSet -> TestName -> SummaryTraversal -> SummaryTraversal+runGroup _opts groupName children = Traversal $ Compose $ do Const soFar <- getCompose $ getTraversal children let (extra,text) = if summaryFailures soFar > Sum 0
tasty-html.cabal view
@@ -1,5 +1,5 @@ name: tasty-html-version: 0.4.1.2+version: 0.4.1.3 synopsis: Render tasty output to HTML description: A tasty ingredient to output test results in HTML5. license: MIT@@ -35,9 +35,9 @@ stm >= 2.4.2, semigroups, tagged >= 0.7,- tasty >= 0.10.1,+ tasty >= 1.4, text >= 1.0, transformers >= 0.3.0.0, blaze-html >= 0.7 default-language: Haskell98- ghc-options: -Wall -O2+ ghc-options: -Wall