Skip to content

Commit

Permalink
Try ghc-lib-parser for BufSpan
Browse files Browse the repository at this point in the history
  • Loading branch information
July541 committed Apr 25, 2022
1 parent ae54504 commit af182dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import "ghc-lib" GHC hiding
ms_hspp_opts)
import qualified "ghc-lib" GHC
#if MIN_GHC_API_VERSION(9,0,0)
import "ghc-lib" GHC.Types.SrcLoc (BufSpan)
import "ghc-lib-parser" GHC.Types.SrcLoc (BufSpan)
#endif
import "ghc-lib-parser" GHC.LanguageExtensions (Extension)
import Language.Haskell.GhclibParserEx.GHC.Driver.Session as GhclibParserEx (readExtension)
Expand Down

0 comments on commit af182dd

Please sign in to comment.