Skip to content

Commit c4caba0

Browse files
committed
Remove redundant imports and extensions
1 parent c0f7d4c commit c4caba0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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)
1918
import Control.Lens ((^.))
2019
import Control.Monad (guard)
2120
import Control.Monad.Error.Class (MonadError (throwError))
22-
import Control.Monad.Trans.Except (ExceptT (..), mapExceptT,
21+
import Control.Monad.Trans.Except (ExceptT (..),
2322
runExceptT)
2423

2524
import Control.Monad.IO.Class (MonadIO (liftIO))

0 commit comments

Comments
 (0)