Don't import LSP.Protocol (#1853)

This commit is contained in:
Neil Mitchell 2019-06-24 18:48:28 +01:00 committed by GitHub
parent ad84566803
commit 95176a4f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ module Development.IDE.LSP.Definition
( handle
) where
import Development.IDE.LSP.Protocol
import Language.Haskell.LSP.Types
import Development.IDE.Types.Location
import Development.IDE.Types.Logger

View File

@ -8,8 +8,7 @@ module Development.IDE.LSP.Hover
( handle
) where
import Development.IDE.LSP.Protocol hiding (Hover)
import Language.Haskell.LSP.Types (Hover(..))
import Language.Haskell.LSP.Types
import Development.IDE.Types.Location
import Development.IDE.Types.Logger