tasty-hspec-0.1: tasty-hspec.cabal
name: tasty-hspec
version: 0.1
synopsis: Hspec support for the Tasty test framework.
description: Hspec support for the Tasty test framework.
homepage: http://github.com/mitchellwrosen/tasty-hspec
license: BSD3
license-file: LICENSE
author: Mitchell Rosen
maintainer: mitchellwrosen@gmail.com
category: Testing
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Test.Tasty.Hspec
other-extensions: DeriveDataTypeable
build-depends: base ==4.*
, hspec
, tasty
default-language: Haskell2010