Current non-working version of file parsing
[lsp-test.git] / haskell-lsp-test.cabal
index f32611c4d025d0325dac1abd82ca53fb1205bf35..a61a18d42f33a00be906b2c7cfa217a91b9fe467 100644 (file)
@@ -50,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