We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab2b09f + 7915847 commit 5f13cf2Copy full SHA for 5f13cf2
lsp/lsp.cabal
@@ -58,7 +58,7 @@ library
58
, unliftio-core >= 0.2.0.0
59
-- used for generating random uuids for dynamic registration
60
, random
61
- , uuid >= 1.3
+ , uuid-types >= 1.0.5
62
hs-source-dirs: src
63
default-language: Haskell2010
64
ghc-options: -Wall -fprint-explicit-kinds
lsp/src/Language/LSP/Server/Core.hs
@@ -45,7 +45,7 @@ import Data.Monoid (Ap(..))
45
import Data.Ord (Down (Down))
46
import qualified Data.Text as T
47
import Data.Text ( Text )
48
-import qualified Data.UUID as UUID
+import qualified Data.UUID.Types as UUID
49
import qualified Language.LSP.Types.Capabilities as J
50
import Language.LSP.Types as J
51
import Language.LSP.Types.SMethodMap (SMethodMap)
0 commit comments