-
-
Notifications
You must be signed in to change notification settings - Fork 391
Streamline getDocumentationTryGhc #2539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
052a341
aee5550
34e16cf
749e844
b3cc943
bd6fbb4
ec9f99d
ff06016
85d14fd
9455014
770332e
8743200
c0437eb
cf5dc82
03e91bf
2e306c9
8aaf5ca
5192cfb
0a5900d
b751674
ffbe9a8
39ad133
7d9d5ea
a2a6c2d
3191e45
4f84173
109f2cb
2928b02
c68f9be
60b6a84
bec8e39
8ee6a9f
567ab4e
68ebfdf
0a87017
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,8 @@ module Development.IDE.GHC.Compat.Outputable ( | |
mkWarnMsg, | ||
mkSrcErr, | ||
srcErrorMessages, | ||
Messages, | ||
ErrorMessages | ||
) where | ||
|
||
|
||
|
@@ -50,7 +52,7 @@ import GHC.Driver.Session | |
import GHC.Driver.Types as HscTypes | ||
import GHC.Types.Name.Reader (GlobalRdrEnv) | ||
import GHC.Types.SrcLoc | ||
import GHC.Utils.Error as Err hiding (mkWarnMsg) | ||
import GHC.Utils.Error hiding (mkWarnMsg) | ||
Comment on lines
-53
to
+55
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixing an error in Notice the use of imports/reexports in other CPP for other GHC versions: |
||
import qualified GHC.Utils.Error as Err | ||
import GHC.Utils.Outputable as Out | ||
#else | ||
|
Uh oh!
There was an error while loading. Please reload this page.