Skip to content

Commit 3191e45

Browse files
committed
ghcide: Compat: Outputable: fx 9.0.1 Utils.Error reexport
1 parent a2a6c2d commit 3191e45

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
@@ -50,7 +50,7 @@ import GHC.Driver.Session
5050
import GHC.Driver.Types as HscTypes
5151
import GHC.Types.Name.Reader (GlobalRdrEnv)
5252
import GHC.Types.SrcLoc
53-
import GHC.Utils.Error as Err hiding (mkWarnMsg)
53+
import GHC.Utils.Error hiding (mkWarnMsg)
5454
import qualified GHC.Utils.Error as Err
5555
import GHC.Utils.Outputable as Out
5656
#else

0 commit comments

Comments
 (0)