Skip to content

Commit

Permalink
Allow lsp-test 0.12 (dhall-lang#2139)
Browse files Browse the repository at this point in the history
http://hackage.haskell.org/package/lsp-test-0.12.0.0/changelog

Tested locally with:

    cabal test dhall-lsp-server:test:tests --constraint 'lsp-test==0.12.0.0' --enable-tests -O0
  • Loading branch information
sjakobi authored Jan 25, 2021
1 parent c4477a1 commit 77c9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Test-Suite tests
Build-Depends:
base ,
haskell-lsp-types >= 0.19.0 && < 0.25 ,
lsp-test >= 0.9 && < 0.12 ,
lsp-test >= 0.9 && < 0.13 ,
tasty >= 0.11.2 && < 1.5 ,
tasty-hspec >= 1.1 && < 1.2 ,
text >= 0.11 && < 1.3
Expand Down

0 comments on commit 77c9bbc

Please sign in to comment.