packages feed

tasty-th-0.1.7: tasty-th.cabal

name: tasty-th
version: 0.1.7
cabal-version: >= 1.8
build-type: Simple
license: BSD3
license-file: BSD3.txt
maintainer: Benno Fünfstück <benno.fuenfstueck@gmail.com>
homepage: http://github.com/bennofs/tasty-th
synopsis: Automatic tasty test case discovery using TH
description: Generate tasty TestTrees automatically with TemplateHaskell. See the README for example usage.

category: Testing
author: Oscar Finnsson & Emil Nordling & Benno Fünfstück
extra-source-files:
  example.hs
  example-explicit.hs
  example-literate.lhs

library
  exposed-modules: Test.Tasty.TH
  build-depends: base >= 4 && < 5, haskell-src-exts >= 1.18.0, tasty, template-haskell
  hs-source-dirs: src
  ghc-options: -Wall
  other-extensions: TemplateHaskell

test-suite tasty-th-tests
  hs-source-dirs: tests
  main-is: Main.hs
  build-depends:
    base >= 4 && < 5,
    tasty-hunit,
    tasty-th
  ghc-options: -Wall
  default-language:    Haskell2010
  type: exitcode-stdio-1.0

source-repository head
  type:     git
  location: https://github.com/bennofs/tasty-th.git