X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=22b43aa4b3e2bb761eeb28b02a712e7685533360;hb=3081abf6552222c5dfc7928d4c708dd03015548e;hp=af514783d604b8483844f1b0fd7c70b96481dbbd;hpb=208679fa3a42e2a81bc778218bab6376bd6f42d1;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index af51478..22b43aa 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-parse + , conduit + , containers + , data-default + , directory , filepath + , lens + , parsers + , process , text , transformers - , parsec - , process - , directory - , containers , unordered-containers if os(windows) build-depends: win32 @@ -54,7 +56,7 @@ test-suite tests , lens , directory , haskell-lsp-test - , haskell-lsp-types + , haskell-lsp default-language: Haskell2010 executable example