Make sure record updates are complete
parent
c02edecd1e
commit
2dced782b1
|
@ -85,7 +85,6 @@ library {
|
|||
}
|
||||
ghc-options: {
|
||||
-Weverything
|
||||
-Wno-incomplete-record-updates
|
||||
-Wno-incomplete-uni-patterns
|
||||
-Wno-missing-deriving-strategies
|
||||
-Wno-missing-export-lists
|
||||
|
|
|
@ -863,7 +863,7 @@ layoutClsInst lcid@(L _ cid) = docLines
|
|||
. removeChildren
|
||||
<$> lcid
|
||||
|
||||
removeChildren :: ClsInstDecl p -> ClsInstDecl p
|
||||
removeChildren :: ClsInstDecl GhcPs -> ClsInstDecl GhcPs
|
||||
removeChildren c = c
|
||||
{ cid_binds = emptyBag
|
||||
, cid_sigs = []
|
||||
|
|
Loading…
Reference in New Issue