name: tasty-html
version: 0.2
synopsis: Render tasty output to HTML
description: A tasty ingredient to output test results in HTML5.
license: MIT
license-file: LICENSE
author: Danny Navarro, Roman Cheplyaka, Chris Catalfo
maintainer: j@dannyavarro.net, roma@ro-che.info
homepage: http://github.com/feuerbach/tasty-html
category: Testing
build-type: Simple
extra-source-files: README.md, CHANGELOG.md
cabal-version: >=1.10
data-files:
data/bootstrap-combined.min.css
data/style.css
data/jquery-2.1.0.min.js
data/bootstrap-tree.js
source-repository head
type: git
location: git://github.com/feuerbach/tasty-html.git
library
exposed-modules: Test.Tasty.Runners.Html
other-modules: Paths_tasty_html
build-depends:
base >= 4.5 && < 5,
bytestring >= 0.10,
containers >= 0.5.0.0,
generic-deriving >= 1.6.2,
mtl >= 2.1.2,
stm >= 2.4.2,
tagged >= 0.7,
tasty >= 0.8,
text >= 1.0,
transformers >= 0.3.0.0,
blaze-html >= 0.7
default-language: Haskell98
ghc-options: -Wall -O2