X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=510b7583a128835fcf04903b017846ff24f8a697;hb=57bc413473ab2900cae76ce54c3d49a8937e3562;hp=de92fce668b51032a0b669bab8a7c4dce63405d1;hpb=35925b4a5a5e24e1611431106fd8ddd7c89a4436;p=opengl.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index de92fce..510b758 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -16,26 +16,40 @@ extra-source-files: README.md library hs-source-dirs: src exposed-modules: Language.Haskell.LSP.Test - , Language.Haskell.LSP.Test.Recorded + , Language.Haskell.LSP.Test.Replay default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , haskell-lsp-client , haskell-lsp-types - , haskell-lsp - , data-default - , bytestring + , haskell-lsp >= 0.3 , aeson + , async + , bytestring + , conduit + , conduit-parse + , containers + , data-default + , directory + , filepath , lens + , mtl + , parser-combinators + , process , text , transformers - , process - , directory + , unordered-containers + , yi-rope if os(windows) - build-depends: win32 + build-depends: Win32 else build-depends: unix - other-modules: Compat - Capabilities + 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 + Language.Haskell.LSP.Test.Server + Language.Haskell.LSP.Test.Session ghc-options: -W test-suite tests @@ -45,7 +59,17 @@ test-suite tests ghc-options: -W build-depends: base >= 4.7 && < 5 , hspec + , lens + , data-default + , directory , haskell-lsp-test + , haskell-lsp + , haskell-lsp-types + , conduit + , conduit-parse + , aeson + , unordered-containers + other-modules: ParsingTests default-language: Haskell2010 executable example @@ -58,11 +82,3 @@ executable example , lens , text , directory - -executable recorded-example - hs-source-dirs: example - main-is: Recorded.hs - default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 - , haskell-lsp-test - , directory