X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=haskell-lsp-test.cabal;h=51f5fb94ff2762da84d2164ac6c758da878fc02b;hp=0c12d5ee7a6efcb272807290b1834306f8922616;hb=2ed0dbaf1233ec79ed0801b406ae9fbf4e36e8a4;hpb=d25de2bf28d472df5d1d3e050090d243247dab1b diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index 0c12d5e..51f5fb9 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -35,6 +35,7 @@ library , text , transformers , unordered-containers + , yi-rope if os(windows) build-depends: Win32 else @@ -61,6 +62,8 @@ test-suite tests , haskell-lsp , conduit , conduit-parse + , aeson + , unordered-containers other-modules: ParsingTests default-language: Haskell2010