We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f7d4c commit c4caba0Copy full SHA for c4caba0
plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
@@ -1,6 +1,5 @@
1
{-# LANGUAGE CPP #-}
2
{-# LANGUAGE DataKinds #-}
3
-{-# LANGUAGE DisambiguateRecordFields #-}
4
{-# LANGUAGE LambdaCase #-}
5
{-# LANGUAGE NamedFieldPuns #-}
6
{-# LANGUAGE OverloadedLabels #-}
@@ -15,11 +14,11 @@ module Ide.Plugin.Fourmolu (
15
14
LogEvent,
16
) where
17
18
-import Control.Exception (IOException, handle, try)
+import Control.Exception (IOException, handle)
19
import Control.Lens ((^.))
20
import Control.Monad (guard)
21
import Control.Monad.Error.Class (MonadError (throwError))
22
-import Control.Monad.Trans.Except (ExceptT (..), mapExceptT,
+import Control.Monad.Trans.Except (ExceptT (..),
23
runExceptT)
24
25
import Control.Monad.IO.Class (MonadIO (liftIO))
0 commit comments