X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=haskell-lsp-test.cabal;fp=haskell-lsp-test.cabal;h=de92fce668b51032a0b669bab8a7c4dce63405d1;hp=b00d5077ea3df7e45ae0e21ab8aec2819b89f7af;hb=35925b4a5a5e24e1611431106fd8ddd7c89a4436;hpb=092af98d24a00b540c3370774ebaa33161e98f3b diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index b00d507..de92fce 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -29,6 +29,7 @@ library , text , transformers , process + , directory if os(windows) build-depends: win32 else @@ -37,6 +38,16 @@ library Capabilities ghc-options: -W +test-suite tests + type: exitcode-stdio-1.0 + main-is: Test.hs + hs-source-dirs: test + ghc-options: -W + build-depends: base >= 4.7 && < 5 + , hspec + , haskell-lsp-test + default-language: Haskell2010 + executable example hs-source-dirs: example main-is: Main.hs