Hook LSP script into haskell-lsp-test
[lsp-test.git] / haskell-lsp-test.cabal
index 5facd922e76c479291ca6c6b0b6ef8382bbf4e61..f724796e850e5307298a77b732933d464d327c5b 100644 (file)
@@ -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