X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=2cd5ce31a8711d7aaf32536432632528b2997f08;hb=13928a9c66b4a352ae784660877d4fae57ac81d9;hp=de92fce668b51032a0b669bab8a7c4dce63405d1;hpb=35925b4a5a5e24e1611431106fd8ddd7c89a4436;p=lsp-test.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index de92fce..2cd5ce3 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -19,23 +19,26 @@ library , Language.Haskell.LSP.Test.Recorded default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , haskell-lsp-client , haskell-lsp-types , haskell-lsp , data-default , 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 @@ -45,7 +48,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