X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=cc2eb6f37a3f99b31dc8bb3cb874d907d8225f64;hb=88c70a40654c7152fb50b2a4e171fbdc00324f51;hp=22b43aa4b3e2bb761eeb28b02a712e7685533360;hpb=7b99b44066a1fce5a5956452a1d658045631c8f9;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 22b43aa..cc2eb6f 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -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