Skip to content

Commit 8af4caf

Browse files
committed
reorder import
1 parent 2be2ebb commit 8af4caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Rules.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ import System.Directory (makeAbsolute, doe
143143
import Data.Default (def, Default)
144144
import Ide.Plugin.Properties (HasProperty,
145145
KeyNameProxy,
146+
KeyNamePath,
146147
Properties,
147148
ToHsType,
148149
useProperty,
@@ -173,7 +174,6 @@ import GHC (mgModSummaries)
173174

174175
#if MIN_VERSION_ghc(9,3,0)
175176
import qualified Data.IntMap as IM
176-
import Ide.Plugin.Properties (KeyNamePath)
177177
#endif
178178

179179

0 commit comments

Comments
 (0)