diff options
Diffstat (limited to 'compiler/rename/RnUtils.hs')
-rw-r--r-- | compiler/rename/RnUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnUtils.hs b/compiler/rename/RnUtils.hs index 85977d6073..7b2f74f1da 100644 --- a/compiler/rename/RnUtils.hs +++ b/compiler/rename/RnUtils.hs @@ -369,7 +369,7 @@ data HsDocContext | TypBrCtx | HsTypeCtx | GHCiCtx - | SpliceTypeCtx (LHsType RdrName) + | SpliceTypeCtx (LHsType GhcPs) | ClassInstanceCtx | VectDeclCtx (Located RdrName) | GenericCtx SDoc -- Maybe we want to use this more! |