X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=4a3c5ed9c1d957b9546382f254c6b86c0a738815;hb=f8ee63f1c1d245c16f7a928c14c0e8908e6240c8;hp=c593f6e1a2f634bee5fbbe341bd0377e8578e2d9;hpb=493d20ada6e48a8987e00a5ec92a1b31fe3c9b8c;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index c593f6e..4a3c5ed 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -22,6 +22,8 @@ library , haskell-lsp-types , haskell-lsp >= 0.3 , aeson + , ansi-terminal + , async , bytestring , conduit , conduit-parse @@ -32,7 +34,7 @@ library , lens , mtl , parser-combinators - , process >= 1.6.3 + , process , text , transformers , unordered-containers @@ -68,7 +70,7 @@ test-suite tests , conduit-parse , aeson , unordered-containers - other-modules: ParsingTests + , text default-language: Haskell2010 executable example