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 3a4ddda commit d5632d6Copy full SHA for d5632d6
cabal.project
@@ -51,10 +51,8 @@ constraints:
51
allow-newer:
52
cabal-install-parsers:Cabal-syntax,
53
54
-
55
if impl(ghc >= 9.11)
56
benchmarks: False
57
58
cabal-install-parsers:base,
59
cabal-install-parsers:time,
60
ghcide/session-loader/Development/IDE/Session/Dependency.hs
@@ -1,8 +1,8 @@
1
module Development.IDE.Session.Dependency where
2
3
-import Control.Exception.Safe as Safe
+import Control.Exception.Safe as Safe
4
import Data.Either.Extra
5
-import qualified Data.Map.Strict as Map
+import qualified Data.Map.Strict as Map
6
import Data.Time.Clock
7
import System.Directory
8
0 commit comments