You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blaze-markup-0.8.3 added a ToMarkup instance for non-empty strings.
To be able to use toHtml on non-empty strings with blaze-html I need to explicitly depend on blaze-markup >= 0.8.3.
Sadly, GHC complains about an unused package if I do not use anything from blaze-markup directly (but just use it via blaze-html):
<no location info>: error: [GHC-42258] [-Wunused-packages, Werror=unused-packages]
The following packages were specified via -package or -package-id flags,
but were not needed for compilation:
- blaze-markup-0.8.3.0
A cure for this would be to release blaze-html with a raised lower bound on blaze-markup, so I could just bump my blaze-html bound.
blaze-markup-0.8.3
added aToMarkup
instance for non-empty strings.To be able to use
toHtml
on non-empty strings withblaze-html
I need to explicitly depend onblaze-markup >= 0.8.3
.Sadly, GHC complains about an unused package if I do not use anything from
blaze-markup
directly (but just use it viablaze-html
):A cure for this would be to release
blaze-html
with a raised lower bound onblaze-markup
, so I could just bump myblaze-html
bound.Ref:
ToMarkup
instance for non-empty strings blaze-markup#63The text was updated successfully, but these errors were encountered: