Start swapping file URLs with JSON parsing
[lsp-test.git] / haskell-lsp-test.cabal
index 7083cd7c26ff1d5ac2854b1db8fcbb23a7f4692e..f32611c4d025d0325dac1abd82ca53fb1205bf35 100644 (file)
@@ -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