Plug in hedgehog
[lsp-test.git] / haskell-lsp-test.cabal
index 860c29b59057ea387e9e11c6eb22b647271da9d1..1b2b05a4842813b67a3deb351a060e08eb8363ed 100644 (file)
@@ -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
@@ -26,6 +27,7 @@ library
   build-depends:       base >= 4.7 && < 5
                      , haskell-lsp >= 0.4
                      , aeson
+                     , aeson-pretty
                      , ansi-terminal
                      , bytestring
                      , conduit
@@ -33,7 +35,9 @@ library
                      , containers
                      , data-default
                      , directory
+                     , exceptions
                      , filepath
+                     , hedgehog
                      , lens
                      , mtl
                      , parser-combinators
@@ -46,7 +50,8 @@ library
     build-depends:     Win32
   else
     build-depends:     unix
-  other-modules:       Language.Haskell.LSP.Test.Compat
+  other-modules:       Language.Haskell.LSP.Test.Capabilities
+                       Language.Haskell.LSP.Test.Compat
                        Language.Haskell.LSP.Test.Decoding
                        Language.Haskell.LSP.Test.Exceptions
                        Language.Haskell.LSP.Test.Files