diff options
Diffstat (limited to 'ghc/compiler/parser/ParseUtil.lhs')
-rw-r--r-- | ghc/compiler/parser/ParseUtil.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/parser/ParseUtil.lhs b/ghc/compiler/parser/ParseUtil.lhs index 6e2de9935a..d0d34197ea 100644 --- a/ghc/compiler/parser/ParseUtil.lhs +++ b/ghc/compiler/parser/ParseUtil.lhs @@ -37,7 +37,7 @@ import RdrHsSyn ( RdrBinding(..), RdrNameHsRecordBinds, RdrNameMonoBinds, RdrNameConDetails ) import RdrName -import PrelNames ( unitTyCon_RDR, minus_RDR ) +import PrelNames ( unitTyCon_RDR ) import CallConv import OccName ( dataName, varName, tcClsName, occNameSpace, setOccNameSpace, occNameUserString ) |