Decode responses to the correct type
[lsp-test.git] / haskell-lsp-test.cabal
index de92fce668b51032a0b669bab8a7c4dce63405d1..a61a18d42f33a00be906b2c7cfa217a91b9fe467 100644 (file)
@@ -26,16 +26,21 @@ library
                      , 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 +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