summaryrefslogtreecommitdiff
path: root/compiler/hieFile/HieAst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/hieFile/HieAst.hs')
-rw-r--r--compiler/hieFile/HieAst.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/hieFile/HieAst.hs b/compiler/hieFile/HieAst.hs
index eafafbbde9..432dc36069 100644
--- a/compiler/hieFile/HieAst.hs
+++ b/compiler/hieFile/HieAst.hs
@@ -1504,6 +1504,8 @@ instance ( ToHie (LHsExpr a)
]
HsSpliced _ _ _ ->
[]
+ HsSplicedT _ ->
+ []
XSplice _ -> []
instance ToHie (LRoleAnnotDecl GhcRn) where