Skip to content

Commit 95af077

Browse files
committed
ghcide: Compat: Outputable: fx 9.0.1 Utils.Error reexport
1 parent cc19246 commit 95af077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/GHC/Compat/Outputable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import GHC.Driver.Session
4949
import GHC.Driver.Types as HscTypes
5050
import GHC.Types.Name.Reader (GlobalRdrEnv)
5151
import GHC.Types.SrcLoc
52-
import GHC.Utils.Error as Err hiding (mkWarnMsg)
52+
import GHC.Utils.Error hiding (mkWarnMsg)
5353
import qualified GHC.Utils.Error as Err
5454
import GHC.Utils.Outputable as Out
5555
#else

0 commit comments

Comments
 (0)