X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=haskell-lsp-test.cabal;h=a61a18d42f33a00be906b2c7cfa217a91b9fe467;hb=refs%2Fheads%2FfileSwap;hp=f32611c4d025d0325dac1abd82ca53fb1205bf35;hpb=93bbb70d531238c46a28eb356a68c3648b88082f;p=lsp-test.git diff --git a/haskell-lsp-test.cabal b/haskell-lsp-test.cabal index f32611c..a61a18d 100644 --- a/haskell-lsp-test.cabal +++ b/haskell-lsp-test.cabal @@ -50,7 +50,10 @@ test-suite tests ghc-options: -W build-depends: base >= 4.7 && < 5 , hspec + , lens + , directory , haskell-lsp-test + , haskell-lsp-types default-language: Haskell2010 executable example