hspec-setup-0.1.0.0: hspec-setup.cabal
name: hspec-setup
version: 0.1.0.0
synopsis: Add an hspec test-suite in one command
homepage: https://github.com/yamadapc/haskell-hspec-setup
license: MIT
license-file: LICENSE
author: Pedro Tacla Yamada
maintainer: tacla.yamada@gmail.com
copyright: Copyright (c) 2015 Pedro Tacla Yamada
category: Development
build-type: Simple
cabal-version: >=1.10
executable hspec-setup
main-is: Main.hs
build-depends: base >=4.8 && <4.9
, directory
, filepath
, process >= 1.2.3.0
, projectroot
hs-source-dirs: src
default-language: Haskell2010