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 91f1cbc commit 1c620b2Copy full SHA for 1c620b2
ghcide/src/Development/IDE/GHC/Compat.hs
@@ -125,7 +125,7 @@ import Compat.HieUtils
125
import Control.Applicative ((<|>))
126
import qualified Data.ByteString as BS
127
import Data.Coerce (coerce)
128
-#if !MIN_VERSION_ghc(9,7,0)
+#if !MIN_VERSION_ghc(9,9,0)
129
import Data.List (foldl')
130
#endif
131
import qualified Data.Map as Map
0 commit comments