Skip to content

Commit bf47196

Browse files
Allow haskell-lsp 0.17.
This is related to dhall-lang#1249, since earlier versions don't support GHC 8.8.
1 parent d6d3943 commit bf47196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, dhall >= 1.26.0 && < 1.27
5050
, dhall-json >= 1.4 && < 1.5
5151
, filepath >= 1.4.2 && < 1.5
52-
, haskell-lsp >= 0.15.0.0 && < 0.16
52+
, haskell-lsp >= 0.15.0.0 && < 0.17
5353
, rope-utf16-splay >= 0.3.1.0 && < 0.4
5454
, hslogger >= 1.2.10 && < 1.4
5555
, lens >= 4.16.1 && < 4.19

0 commit comments

Comments
 (0)