X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=22b43aa4b3e2bb761eeb28b02a712e7685533360;hb=d8ce5332e9ac2dc24bf1490f03bd30abb17196e8;hp=7dcbc716ea6338680fb39e1f79c63af24f8c16e7;hpb=f1238f8db54eafbf0e3352140818875ad4cfd997;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 7dcbc71..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