Please ensure xhtml does not warn for incomplete-record-updates
Open
- Dominant language
- Haskell
- Stars
- 13
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
As per [this accepted GHC proposal](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0071-Wall-uni-patterns.rst), GHC will add `incomplete-uni-patterns` and `incomplete-record-updates` to `-Wall`. Could you please ensure that the following files do not give any warnings for `incomplete-record-updates`, perhaps by setting the pragma below? (A clean compile of xhtml is needed to build GHC.)
`{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}`
* `Text/XHtml/Internals.hs`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.