Skip to content

Commit 6b56f66

Browse files
authored
Merge pull request #428 from Bodigrim/master
Require async-2.0, otherwise Control.Concurrent.Async is not available
2 parents ce1a453 + d1e7c06 commit 6b56f66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lsp-test/func-test/func-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ test-suite func-test
1414
, lens
1515
, unliftio
1616
, hspec
17-
, async
17+
, async >= 2.0
1818
default-language: Haskell2010

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, time
4343
, aeson-pretty
4444
, ansi-terminal
45-
, async
45+
, async >= 2.0
4646
, bytestring
4747
, co-log-core
4848
, conduit

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
, Language.LSP.Server.Processing
3434
ghc-options: -Wall
3535
build-depends: base >= 4.11 && < 5
36-
, async
36+
, async >= 2.0
3737
, aeson >=1.0.0.0
3838
, attoparsec
3939
, bytestring

0 commit comments

Comments
 (0)