-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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.
Ref:
Metadata
Metadata
Assignees
Labels
No labels