X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=cc2eb6f37a3f99b31dc8bb3cb874d907d8225f64;hb=7f825c46ba76f90701a2f8f2a8c040d9bc2b6683;hp=af514783d604b8483844f1b0fd7c70b96481dbbd;hpb=208679fa3a42e2a81bc778218bab6376bd6f42d1;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index af51478..cc2eb6f 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -21,17 +21,19 @@ library build-depends: base >= 4.7 && < 5 , haskell-lsp-types , haskell-lsp - , data-default - , bytestring , aeson - , lens + , bytestring + , conduit + , conduit-parse + , containers + , data-default + , directory , filepath + , lens + , parser-combinators + , process , text , transformers - , parsec - , process - , directory - , containers , unordered-containers if os(windows) build-depends: win32 @@ -54,7 +56,10 @@ test-suite tests , lens , directory , haskell-lsp-test - , haskell-lsp-types + , haskell-lsp + , conduit + , conduit-parse + other-modules: ParsingTests default-language: Haskell2010 executable example