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 342f52f commit 240254eCopy full SHA for 240254e
ghcide/src/Development/IDE/Main.hs
@@ -18,7 +18,8 @@ import Control.Concurrent.STM.Stats (dumpSTMStats)
18
import Control.Exception.Safe (SomeException,
19
catchAny,
20
displayException)
21
-import Control.Monad.Extra (concatMapM, unless, when)
+import Control.Monad.Extra (concatMapM, unless,
22
+ when)
23
import Control.Monad.IO.Class (liftIO)
24
import qualified Data.Aeson as J
25
import Data.Coerce (coerce)
0 commit comments