packages feed

hspec-setup-0.2.1.0: hspec-setup.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           hspec-setup
version:        0.2.1.0
synopsis:       Add an hspec test-suite in one command
description:    @hspec-setup@ is a command-line tool for adding an hspec
                test-suite with minimal work. See the
                <https://github.com/yamadapc/haskell-hspec-setup GitHub README>
                for more information.
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

extra-source-files:
    README.md

source-repository head
  type: git
  location: git://github.com/yamadapc/haskell-hspec-setup

library
  hs-source-dirs:
      src
  build-depends:
      ansi-wl-pprint
    , pretty >=1.1.2.0
    , base >=4 && <5
    , directory
    , directory-tree
    , filepath
    , process >=1.2
    , projectroot >=0.2
    , haskell-src-exts >=1.18.2 && <1.19
    , split
    , strict
  exposed-modules:
      Test.Hspec.Setup
      System.Directory.Recursive
  other-modules:
      Paths_hspec_setup
  default-language: Haskell2010

executable hspec-setup
  main-is: Main.hs
  build-depends:
      ansi-wl-pprint
    , pretty >=1.1.2.0
    , base >=4 && <5
    , directory
    , directory-tree
    , filepath
    , process >=1.2
    , projectroot >=0.2
    , haskell-src-exts >=1.18.2 && <1.19
    , split
    , strict
    , hspec-setup
  hs-source-dirs:
      bin
  default-language: Haskell2010

test-suite hspec
  main-is: Spec.hs
  type: exitcode-stdio-1.0
  build-depends:
      ansi-wl-pprint
    , pretty >=1.1.2.0
    , base >=4 && <5
    , directory
    , directory-tree
    , filepath
    , process >=1.2
    , projectroot >=0.2
    , haskell-src-exts >=1.18.2 && <1.19
    , split
    , strict
    , QuickCheck
    , language-dockerfile >=0.3.4
    , base
    , directory
    , bytestring
    , cryptohash
    , hspec
    , hspec-setup
  other-modules:
      SanitySpec
      System.Directory.RecursiveSpec
      Test.Hspec.SetupSpec
  hs-source-dirs:
      test
  default-language: Haskell2010