X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=42171da1de244bd79c1ca1312cd1ce3fe003719c;hb=2b59ee0c3ac0d2ea5c13f959f86cf17556d4a58b;hp=eef87c601a08b41cd0cff95414727d39ff648a40;hpb=f6e14409afddc74ea8ffb1d852c316a5374caf2c;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index eef87c6..42171da 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -22,6 +22,7 @@ library , haskell-lsp-types , haskell-lsp >= 0.3 , aeson + , async , bytestring , conduit , conduit-parse @@ -30,6 +31,7 @@ library , directory , filepath , lens + , mtl , parser-combinators , process >= 1.6.3 , text @@ -42,6 +44,7 @@ library build-depends: unix other-modules: Language.Haskell.LSP.Test.Compat Language.Haskell.LSP.Test.Decoding + Language.Haskell.LSP.Test.Exceptions Language.Haskell.LSP.Test.Files Language.Haskell.LSP.Test.Messages Language.Haskell.LSP.Test.Parsing