Skip to content

Instantly share code, notes, and snippets.

@danidiaz
Created January 20, 2014 21:13
Show Gist options
  • Select an option

  • Save danidiaz/8529275 to your computer and use it in GitHub Desktop.

Select an option

Save danidiaz/8529275 to your computer and use it in GitHub Desktop.
tasty in cabal file
test-suite Tests
hs-source-dirs: test
ghc-options: -Wall
main-is: Test.hs
Type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends: base ==4.6.*, Cabal >= 1.16.0
, nananiero
, HUnit
, QuickCheck
, smallcheck
, tasty
, tasty-hunit
, tasty-quickcheck
, tasty-smallcheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment