Skip to content

Commit

Permalink
Fix build on 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Nov 13, 2023
1 parent d170e5f commit 9cee75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hls-plugin-api/src/Ide/Plugin/RangeMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import Data.Bifunctor (first)
import Data.Foldable (foldl')
import Development.IDE.Graph.Classes (NFData)
import Language.LSP.Protocol.Types (Position,
Range (Range))
Range (Range),
isSubrangeOf)
#ifdef USE_FINGERTREE
import qualified HaskellWorks.Data.IntervalMap.FingerTree as IM
#endif
Expand Down

0 comments on commit 9cee75f

Please sign in to comment.