X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=0bf9dc9c797e9f50cb2a967ccb044ee7d90efd9c;hp=5016ba223e864584161a70a6df352fa7b505a4a9;hb=6f3106ce987b2a3794ee7ab444c8bcc204a7b3d2;hpb=4d107b7623ae621525f2efe19ee20cfc40c086c4 diff --git a/lsp-test.cabal b/lsp-test.cabal index 5016ba2..0bf9dc9 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -44,6 +44,7 @@ library build-depends: base >= 4.10 && < 5 , haskell-lsp >= 0.22 && < 0.24 , aeson + , time , aeson-pretty , ansi-terminal , async @@ -63,6 +64,7 @@ library , text , transformers , unordered-containers + , some if os(windows) build-depends: Win32 else @@ -71,7 +73,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