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 11{-# LANGUAGE CPP #-}
22{-# LANGUAGE DataKinds #-}
3- {-# LANGUAGE DisambiguateRecordFields #-}
43{-# LANGUAGE LambdaCase #-}
54{-# LANGUAGE NamedFieldPuns #-}
65{-# LANGUAGE OverloadedLabels #-}
@@ -15,11 +14,11 @@ module Ide.Plugin.Fourmolu (
1514 LogEvent ,
1615) where
1716
18- import Control.Exception (IOException , handle , try )
17+ import Control.Exception (IOException , handle )
1918import Control.Lens ((^.) )
2019import Control.Monad (guard )
2120import Control.Monad.Error.Class (MonadError (throwError ))
22- import Control.Monad.Trans.Except (ExceptT (.. ), mapExceptT ,
21+ import Control.Monad.Trans.Except (ExceptT (.. ),
2322 runExceptT )
2423
2524import Control.Monad.IO.Class (MonadIO (liftIO ))
You can’t perform that action at this time.
0 commit comments