File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ module Development.IDE.Plugin.CodeAction.Args
13
13
where
14
14
15
15
import Control.Concurrent.STM.Stats (readTVarIO )
16
+ import Control.Monad.Except (ExceptT (.. ),
17
+ runExceptT )
16
18
import Control.Monad.Reader
17
19
import Control.Monad.Trans.Maybe
18
20
import Data.Either (fromRight ,
@@ -29,9 +31,6 @@ import Development.IDE.GHC.Compat.ExactPrint
29
31
import Development.IDE.GHC.ExactPrint
30
32
import Development.IDE.Plugin.CodeAction.ExactPrint (Rewrite ,
31
33
rewriteToEdit )
32
- #endif
33
- import Control.Monad.Except (ExceptT (.. ),
34
- runExceptT )
35
34
import Development.IDE.Plugin.TypeLenses (GetGlobalBindingTypeSigs (GetGlobalBindingTypeSigs ),
36
35
GlobalBindingTypeSigsResult )
37
36
import Development.IDE.Spans.LocalBindings (Bindings )
You can’t perform that action at this time.
0 commit comments