1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

The tests depend on hspec.

This commit is contained in:
Rob Rix 2015-12-03 11:38:43 -05:00
parent 815494b619
commit 950f40693f

View File

@ -55,6 +55,7 @@ test-suite semantic-diff-test
main-is: Spec.hs
build-depends: base
, semantic-diff
, hspec
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010