Skip to content

Commit f5c37af

Browse files
lukel97fendor
authored andcommitted
Remove redundant import
This doesn't seem to be needed on whatever verison of ghcide is in the submodule, and was causing build errors because of haskell-lsp-type's List being exported from two different imports
1 parent 254fe22 commit f5c37af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Ide/Types.hs

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import qualified Data.Set as S
3131
import Data.String
3232
import qualified Data.Text as T
3333
import Development.IDE.Core.Rules
34-
import Development.IDE.Types.Diagnostics as D
3534
import Development.IDE.Types.Location
3635
import Development.Shake
3736
import Ide.Plugin.Config

0 commit comments

Comments
 (0)