X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=1fcd4ec25b5acc076e4b215855a015b65067985d;hb=84e2707604b3a64c00062104fa40e2ea76040155;hp=c262065c2ba148a8eab76e27a91084fd55499e66;hpb=9e3fed2dcc329a123dcc3b9ca690aa7a84b9d5ea;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index c262065..1fcd4ec 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.11.0.5 +version: 0.11.0.7 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -22,7 +22,7 @@ build-type: Simple cabal-version: 2.0 extra-source-files: README.md , ChangeLog.md -tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 +tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 8.10.2 source-repository head type: git @@ -36,14 +36,14 @@ Flag DummyServer library hs-source-dirs: src exposed-modules: Language.Haskell.LSP.Test - , Language.Haskell.LSP.Test.Replay - reexported-modules: haskell-lsp:Language.Haskell.LSP.Types - , haskell-lsp:Language.Haskell.LSP.Types.Capabilities + reexported-modules: lsp-types:Language.Haskell.LSP.Types + , lsp-types:Language.Haskell.LSP.Types.Capabilities , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.22 && < 0.23 + , lsp-types == 1.0.* , aeson + , time , aeson-pretty , ansi-terminal , async @@ -63,6 +63,7 @@ library , text , transformers , unordered-containers + , some if os(windows) build-depends: Win32 else @@ -71,7 +72,6 @@ library Language.Haskell.LSP.Test.Decoding Language.Haskell.LSP.Test.Exceptions Language.Haskell.LSP.Test.Files - Language.Haskell.LSP.Test.Messages Language.Haskell.LSP.Test.Parsing Language.Haskell.LSP.Test.Server Language.Haskell.LSP.Test.Session @@ -82,12 +82,14 @@ executable dummy-server hs-source-dirs: test/dummy-server ghc-options: -W build-depends: base >= 4.10 && < 5 - , haskell-lsp + , lsp == 1.0.* , data-default , aeson , unordered-containers , directory , filepath + , unliftio + , mtl default-language: Haskell2010 scope: private if !flag(DummyServer) @@ -101,7 +103,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.22 && < 0.23 + , lsp-types == 1.0.* , lsp-test , data-default , aeson