X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=haskell-lsp-test.cabal;fp=haskell-lsp-test.cabal;h=7083cd7c26ff1d5ac2854b1db8fcbb23a7f4692e;hp=de92fce668b51032a0b669bab8a7c4dce63405d1;hb=e728814eed6134acf8281a1ad08eecaf438a736a;hpb=ad24be51d5cb2445e8a6a8216a6c8e580447439a diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index de92fce..7083cd7 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -30,12 +30,14 @@ library , transformers , process , directory + , containers if os(windows) build-depends: win32 else build-depends: unix other-modules: Compat Capabilities + Language.Haskell.LSP.Test.Files ghc-options: -W test-suite tests