Skip to content

Commit

Permalink
Fix build error due to blaze-html (#186) (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: David Binder <[email protected]>
  • Loading branch information
BinderDavid and David Binder authored Mar 20, 2024
1 parent be9776a commit 688b166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased

* Fix build error due to new exported function in blaze-html [#186](https://github.com/mpickering/eventlog2html/issues/186)

0.11.0 release 2024-02-06

* Add sorting by numbers [#183](https://github.com/mpickering/eventlog2html/pull/183)
Expand Down
2 changes: 1 addition & 1 deletion src/Eventlog/HtmlTemplate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ templateString :: EventlogType
-> Args
-> String
templateString x as =
renderHtml $ template x as $ allTabs x as
renderHtml $ Eventlog.HtmlTemplate.template x as $ allTabs x as


ppHeapProfileType :: HeapProfBreakdown -> Text
Expand Down

0 comments on commit 688b166

Please sign in to comment.