Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid -Wname-shadowing with Text.Blaze.Html5.s #569

Merged
merged 1 commit into from
May 31, 2024

Conversation

philderbeast
Copy link
Contributor

For the ghc-9.10.1 build we can pick up blaze-html-0.9.2.0 but with it get a -Wname-shadowing warning. This fixes that and I opted to rename s locally rather than use CPP with the import.

https://hackage.haskell.org/package/blaze-html-0.9.2.0/changelog

https://hackage.haskell.org/package/blaze-html-0.9.2.0/docs/Text-Blaze-Html4-FrameSet.html#v:s

Rename s locally rather than use CPP with import
@tomjaguarpaw tomjaguarpaw merged commit c9e7372 into kowainik:main May 31, 2024
34 checks passed
@tomjaguarpaw
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants