Skip to content

Commit 5ab7378

Browse files
committed
Fix CPP in hls-refactor-plugin
1 parent 1d7801c commit 5ab7378

File tree

1 file changed

+2
-3
lines changed
  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction

1 file changed

+2
-3
lines changed

plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module Development.IDE.Plugin.CodeAction.Args
1313
where
1414

1515
import Control.Concurrent.STM.Stats (readTVarIO)
16+
import Control.Monad.Except (ExceptT (..),
17+
runExceptT)
1618
import Control.Monad.Reader
1719
import Control.Monad.Trans.Maybe
1820
import Data.Either (fromRight,
@@ -29,9 +31,6 @@ import Development.IDE.GHC.Compat.ExactPrint
2931
import Development.IDE.GHC.ExactPrint
3032
import Development.IDE.Plugin.CodeAction.ExactPrint (Rewrite,
3133
rewriteToEdit)
32-
#endif
33-
import Control.Monad.Except (ExceptT (..),
34-
runExceptT)
3534
import Development.IDE.Plugin.TypeLenses (GetGlobalBindingTypeSigs (GetGlobalBindingTypeSigs),
3635
GlobalBindingTypeSigsResult)
3736
import Development.IDE.Spans.LocalBindings (Bindings)

0 commit comments

Comments
 (0)