X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=ec769ac9b7544c78014bbe2ff8f088599bf691e3;hb=82a682c;hp=860c29b59057ea387e9e11c6eb22b647271da9d1;hpb=c6e68648c1e3b586e1ee8b0dcda1485ff5ae28ba;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 860c29b..ec769ac 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -26,12 +26,14 @@ library build-depends: base >= 4.7 && < 5 , haskell-lsp >= 0.4 , aeson + , aeson-pretty , ansi-terminal , bytestring , conduit , conduit-parse , containers , data-default + , Diff , directory , filepath , lens @@ -46,7 +48,8 @@ library build-depends: Win32 else build-depends: unix - other-modules: Language.Haskell.LSP.Test.Compat + other-modules: Language.Haskell.LSP.Test.Capabilities + Language.Haskell.LSP.Test.Compat Language.Haskell.LSP.Test.Decoding Language.Haskell.LSP.Test.Exceptions Language.Haskell.LSP.Test.Files