diff options
Diffstat (limited to 'compiler/GHC/Iface/Ext/Ast.hs')
-rw-r--r-- | compiler/GHC/Iface/Ext/Ast.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Ext/Ast.hs b/compiler/GHC/Iface/Ext/Ast.hs index 03ccc6bdd4..a3c2efe77b 100644 --- a/compiler/GHC/Iface/Ext/Ast.hs +++ b/compiler/GHC/Iface/Ext/Ast.hs @@ -1004,7 +1004,7 @@ instance ( a ~ GhcPass p [ toHie b , toHie p ] - HsTcBracketOut _ b p -> + HsTcBracketOut _ _wrap b p -> [ toHie b , toHie p ] |