aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/GhcUtils.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-10 14:41:41 -0400
committerGitHub <noreply@github.com>2020-08-10 14:41:41 -0400
commit7de9589e0191bbd79521597d35c2a0c68d2c9add (patch)
tree426a7cfada2f4494115dbac522b5ae834128d516 /haddock-api/src/Haddock/GhcUtils.hs
parent7e0612e2745ba139af40a4db18406197ff60b1bd (diff)
parentcdae236f0ab7015f3a466b2c9b2449ba038b45f6 (diff)
Merge pull request #1223 from hsyl20/wip/hsyl20/dynflags/exception
Fix after Outputable refactoring
Diffstat (limited to 'haddock-api/src/Haddock/GhcUtils.hs')
-rw-r--r--haddock-api/src/Haddock/GhcUtils.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/GhcUtils.hs b/haddock-api/src/Haddock/GhcUtils.hs
index 6fae5f58..b4964d9f 100644
--- a/haddock-api/src/Haddock/GhcUtils.hs
+++ b/haddock-api/src/Haddock/GhcUtils.hs
@@ -27,7 +27,9 @@ import Data.Char ( isSpace )
import Haddock.Types( DocName, DocNameI )
import GHC.Utils.FV as FV
-import GHC.Utils.Outputable ( Outputable, panic, showPpr )
+import GHC.Utils.Outputable ( Outputable )
+import GHC.Utils.Panic ( panic )
+import GHC.Driver.Ppr (showPpr )
import GHC.Types.Name
import GHC.Unit.Module
import GHC.Driver.Types