Skip to content
Snippets Groups Projects
Commit 80b66c64 authored by Hannes Siebenhandl's avatar Hannes Siebenhandl Committed by Sylvain Henry
Browse files

Re-expose 'initSDocContext' from Outputable

parent baee12ea
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ library
if impl(ghc >= 8.11)
hs-source-dirs: src
exposed-modules: Outputable
reexported-modules:
GHC.Rename.Bind as RnBinds
, GHC.Rename.Env as RnEnv
......@@ -451,7 +453,8 @@ library
, GHC.Utils.Misc as Util
, GHC.Utils.Monad as MonadUtils
, GHC.Utils.Monad.State as State
, GHC.Utils.Outputable as Outputable
-- Customly exposed
-- , GHC.Utils.Outputable as Outputable
, GHC.Utils.Panic as Panic
, GHC.Utils.Panic.Plain as PlainPanic
, GHC.Utils.Ppr as Pretty
......
module Outputable
( module GHC.Utils.Outputable
, initSDocContext
) where
import GHC.Utils.Outputable
import GHC.Driver.Session (initSDocContext)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment