File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
plugins/hls-fourmolu-plugin/src/Ide/Plugin Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE CPP #-}
2
2
{-# LANGUAGE DataKinds #-}
3
- {-# LANGUAGE DisambiguateRecordFields #-}
4
3
{-# LANGUAGE LambdaCase #-}
5
4
{-# LANGUAGE NamedFieldPuns #-}
6
5
{-# LANGUAGE OverloadedLabels #-}
@@ -15,11 +14,11 @@ module Ide.Plugin.Fourmolu (
15
14
LogEvent ,
16
15
) where
17
16
18
- import Control.Exception (IOException , handle , try )
17
+ import Control.Exception (IOException , handle )
19
18
import Control.Lens ((^.) )
20
19
import Control.Monad (guard )
21
20
import Control.Monad.Error.Class (MonadError (throwError ))
22
- import Control.Monad.Trans.Except (ExceptT (.. ), mapExceptT ,
21
+ import Control.Monad.Trans.Except (ExceptT (.. ),
23
22
runExceptT )
24
23
25
24
import Control.Monad.IO.Class (MonadIO (liftIO ))
You can’t perform that action at this time.
0 commit comments