We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8166d36 commit 4930486Copy full SHA for 4930486
ghcide/src/Development/IDE/GHC/Compat/Outputable.hs
@@ -13,6 +13,8 @@ module Development.IDE.GHC.Compat.Outputable (
13
mkPrintUnqualified,
14
mkPrintUnqualifiedDefault,
15
PrintUnqualified(..),
16
+ defaultUserStyle,
17
+ withPprStyle,
18
-- * Parser errors
19
PsWarning,
20
PsError,
ghcide/src/Development/IDE/Spans/Common.hs
@@ -24,7 +24,6 @@ import qualified Data.Text as T
24
import GHC.Generics
25
26
import GHC
27
-import GHC.Utils.Outputable (withPprStyle, defaultUserStyle)
28
29
import Development.IDE.GHC.Compat
30
import Development.IDE.GHC.Orphans ()
0 commit comments