We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547ea0a commit abbd362Copy full SHA for abbd362
plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
@@ -14,7 +14,7 @@ module Ide.Plugin.Fourmolu (
14
LogEvent,
15
) where
16
17
-import Control.Exception (IOException, handle)
+import Control.Exception
18
import Control.Lens ((^.))
19
import Control.Monad (guard)
20
import Control.Monad.Error.Class (MonadError (throwError))
0 commit comments