diff options
author | Rafal Gwozdzinski <rafal.gwozdzinski@gmail.com> | 2021-04-19 14:29:47 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-26 23:57:29 -0400 |
commit | b9e2491dee6bdc1edc35a023aa25d46f82622f23 (patch) | |
tree | 076c0988c706f88a1368b675db1f941e93686785 /compiler/GHC/Driver/Main.hs | |
parent | 6c7fff0b6f9514d6572cbe6bbfa4aafc259caebe (diff) | |
download | haskell-b9e2491dee6bdc1edc35a023aa25d46f82622f23.tar.gz |
Add GHC.Utils.Error.pprMessages
Diffstat (limited to 'compiler/GHC/Driver/Main.hs')
-rw-r--r-- | compiler/GHC/Driver/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Main.hs b/compiler/GHC/Driver/Main.hs index 296a855acf..cac12cae50 100644 --- a/compiler/GHC/Driver/Main.hs +++ b/compiler/GHC/Driver/Main.hs @@ -188,7 +188,7 @@ import GHC.Types.SourceError import GHC.Types.SafeHaskell import GHC.Types.ForeignStubs import GHC.Types.Var.Env ( emptyTidyEnv ) -import GHC.Types.Error +import GHC.Types.Error hiding ( getMessages ) import GHC.Types.Fixity.Env import GHC.Types.CostCentre import GHC.Types.IPE |