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.
1 parent ce1a453 commit d1e7c06Copy full SHA for d1e7c06
lsp-test/func-test/func-test.cabal
@@ -14,5 +14,5 @@ test-suite func-test
14
, lens
15
, unliftio
16
, hspec
17
- , async
+ , async >= 2.0
18
default-language: Haskell2010
lsp-test/lsp-test.cabal
@@ -42,7 +42,7 @@ library
42
, time
43
, aeson-pretty
44
, ansi-terminal
45
46
, bytestring
47
, co-log-core
48
, conduit
lsp/lsp.cabal
@@ -33,7 +33,7 @@ library
33
, Language.LSP.Server.Processing
34
ghc-options: -Wall
35
build-depends: base >= 4.11 && < 5
36
37
, aeson >=1.0.0.0
38
, attoparsec
39
0 commit comments