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=f32611c4d025d0325dac1abd82ca53fb1205bf35;hp=7083cd7c26ff1d5ac2854b1db8fcbb23a7f4692e;hb=93bbb70d531238c46a28eb356a68c3648b88082f;hpb=e728814eed6134acf8281a1ad08eecaf438a736a diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 7083cd7..f32611c 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -26,11 +26,13 @@ library , bytestring , aeson , lens + , filepath , text , transformers , process , directory , containers + , unordered-containers if os(windows) build-depends: win32 else @@ -38,6 +40,7 @@ library other-modules: Compat Capabilities Language.Haskell.LSP.Test.Files + Language.Haskell.LSP.Test.Parsing ghc-options: -W test-suite tests