Skip to content

Release blaze-html with a blaze-markup >= 0.8.3 lower bound #142

@andreasabel

Description

@andreasabel

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions