X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=a61a18d42f33a00be906b2c7cfa217a91b9fe467;hb=4de144bafd28f3f2a8067a896bedb1430f68f745;hp=7083cd7c26ff1d5ac2854b1db8fcbb23a7f4692e;hpb=e728814eed6134acf8281a1ad08eecaf438a736a;p=lsp-test.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 7083cd7..a61a18d 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 @@ -47,7 +50,10 @@ test-suite tests ghc-options: -W build-depends: base >= 4.7 && < 5 , hspec + , lens + , directory , haskell-lsp-test + , haskell-lsp-types default-language: Haskell2010 executable example