Fix embarassing error with publishDiagnosticsNotification
[lsp-test.git] / haskell-lsp-test.cabal
index 22b43aa4b3e2bb761eeb28b02a712e7685533360..cc2eb6f37a3f99b31dc8bb3cb874d907d8225f64 100644 (file)
@@ -23,14 +23,14 @@ library
                      , haskell-lsp
                      , aeson
                      , bytestring
-                     , conduit-parse
                      , conduit
+                     , conduit-parse
                      , containers
                      , data-default
                      , directory
                      , filepath
                      , lens
-                     , parsers
+                     , parser-combinators
                      , process
                      , text
                      , transformers
@@ -57,6 +57,9 @@ test-suite tests
                      , directory
                      , haskell-lsp-test
                      , haskell-lsp
+                     , conduit
+                     , conduit-parse
+  other-modules:       ParsingTests
   default-language:    Haskell2010
 
 executable example