tasty-th-0.1.5: tasty-th.cabal
name: tasty-th
version: 0.1.5
cabal-version: >= 1.6
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
library
exposed-modules: Test.Tasty.TH
build-depends: base >= 4 && < 5, haskell-src-exts >= 1.18.0, tasty, template-haskell
hs-source-dirs: src
other-extensions: TemplateHaskell
source-repository head
type: git
location: https://github.com/bennofs/tasty-th.git