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=f724796e850e5307298a77b732933d464d327c5b;hp=5facd922e76c479291ca6c6b0b6ef8382bbf4e61;hb=92f1ae3d69a580eee74755a38a647e27c4f164ff;hpb=4ad648fac174ce2b8475d24c2e4f215105e10e94 diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 5facd92..f724796 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -59,6 +59,31 @@ executable lsp-test main-is: Language/Haskell/LSP/Test/Script.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 + , haskell-lsp-types + , haskell-lsp >= 0.3 + , aeson + , ansi-terminal + , async + , bytestring + , conduit + , conduit-parse + , containers + , data-default + , directory + , filepath + , lens + , mtl + , parser-combinators + , process + , text + , transformers + , unordered-containers + , scientific + , yi-rope + if os(windows) + build-depends: Win32 + else + build-depends: unix test-suite tests type: exitcode-stdio-1.0