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 7816ae6 commit 51afd18Copy full SHA for 51afd18
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -102,6 +102,7 @@ import System.Environment (setEnv,
102
unsetEnv)
103
-- ---------------------------------------------------------------------
104
105
+-- Reimplementing this, since the one in Development.IDE.GHC.Compat isn't for ghc-lib
106
pattern OldRealSrcSpan :: RealSrcSpan -> SrcSpan
107
#if MIN_GHC_API_VERSION(9,0,0)
108
pattern OldRealSrcSpan span <- RealSrcSpan span _
0 commit comments