X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=f32611c4d025d0325dac1abd82ca53fb1205bf35;hb=6930c3cb143fb7aca3f14ea865052ab79c386684;hp=de92fce668b51032a0b669bab8a7c4dce63405d1;hpb=35925b4a5a5e24e1611431106fd8ddd7c89a4436;p=lsp-test.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index de92fce..f32611c 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -26,16 +26,21 @@ library , bytestring , aeson , lens + , filepath , text , transformers , process , directory + , containers + , unordered-containers if os(windows) build-depends: win32 else build-depends: unix other-modules: Compat Capabilities + Language.Haskell.LSP.Test.Files + Language.Haskell.LSP.Test.Parsing ghc-options: -W test-suite tests