X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=lsp-test.cabal;h=fc20dc7b07f1cd33ad6c7cb2af46adb92439b312;hp=4a23da94e6311e8d85ca619829695d6d0c7917ae;hb=eb0bcf9d96d80c05eab5e8bf01e376bfb5df85d8;hpb=bbcc209ff500503a9b205cf31a7692467e783772 diff --git a/lsp-test.cabal b/lsp-test.cabal index 4a23da9..fc20dc7 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -40,7 +40,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , haskell-lsp >= 0.4 + , haskell-lsp >= 0.5 , aeson , aeson-pretty , ansi-terminal @@ -64,8 +64,7 @@ library build-depends: Win32 else build-depends: unix - other-modules: Language.Haskell.LSP.Test.Capabilities - Language.Haskell.LSP.Test.Compat + other-modules: Language.Haskell.LSP.Test.Compat Language.Haskell.LSP.Test.Decoding Language.Haskell.LSP.Test.Exceptions Language.Haskell.LSP.Test.Files @@ -84,7 +83,7 @@ test-suite tests , hspec , lens , data-default - , haskell-lsp >= 0.4 + , haskell-lsp >= 0.5 , lsp-test , aeson , unordered-containers