X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=1b2b05a4842813b67a3deb351a060e08eb8363ed;hb=ba3255afa89fd1faf4c8ed1a01ba482ec5755264;hp=d3ef9402ab39ed547f9280c63b50791dc04a98de;hpb=9d89c237916fbeed63ca52aa5f93465579a5c576;p=lsp-test.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index d3ef940..1b2b05a 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -19,6 +19,7 @@ library hs-source-dirs: src exposed-modules: Language.Haskell.LSP.Test , Language.Haskell.LSP.Test.Replay + , Language.Haskell.LSP.Test.Machine reexported-modules: haskell-lsp:Language.Haskell.LSP.Types , haskell-lsp:Language.Haskell.LSP.Types.Capabilities , parser-combinators:Control.Applicative.Combinators @@ -34,7 +35,9 @@ library , containers , data-default , directory + , exceptions , filepath + , hedgehog , lens , mtl , parser-combinators