Skip to content

Commit 77c9bbc

Browse files
authored
Allow lsp-test 0.12 (#2139)
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
1 parent c4477a1 commit 77c9bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Test-Suite tests
106106
Build-Depends:
107107
base ,
108108
haskell-lsp-types >= 0.19.0 && < 0.25 ,
109-
lsp-test >= 0.9 && < 0.12 ,
109+
lsp-test >= 0.9 && < 0.13 ,
110110
tasty >= 0.11.2 && < 1.5 ,
111111
tasty-hspec >= 1.1 && < 1.2 ,
112112
text >= 0.11 && < 1.3

0 commit comments

Comments
 (0)