X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=lsp-test.cabal;fp=lsp-test.cabal;h=4d431f5298de0128bf7af94f0bba7d6df7967439;hp=0275aed3f32a70eba2246e375d99cecb7789a7bc;hb=fa0bdbf2ca975ea2493d0fcfaa6cb63c076567c1;hpb=ce72c9df6c57134f071a647a18a7305bb07a27de diff --git a/lsp-test.cabal b/lsp-test.cabal index 0275aed..4d431f5 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , haskell-lsp >= 0.7 + , haskell-lsp == 0.8.* , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.7 && < 5 , hspec , lens - , haskell-lsp >= 0.7 + , haskell-lsp == 0.8.* , lsp-test , data-default , aeson