cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: hspec-smallcheck
version: 0.5.3
license: MIT
license-file: LICENSE
copyright: (c) 2013-2018 Simon Hengel
maintainer: Simon Hengel <sol@typeful.net>
build-type: Simple
category: Testing
bug-reports: https://github.com/hspec/hspec-smallcheck/issues
homepage: http://hspec.github.io/
synopsis: SmallCheck support for the Hspec testing framework
description: SmallCheck support for the Hspec testing framework
source-repository head
type: git
location: https://github.com/hspec/hspec-smallcheck
library
ghc-options: -Wall
hs-source-dirs:
src
exposed-modules:
Test.Hspec.SmallCheck
other-modules:
Test.Hspec.SmallCheck.Compat
Test.Hspec.SmallCheck.Types
Paths_hspec_smallcheck
build-depends:
HUnit
, base >=4.5.0.0 && <5
, call-stack
, hspec-core >=2.10.0
, smallcheck >=1.1
default-language: Haskell2010
test-suite example
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_hspec_smallcheck
hs-source-dirs:
example
ghc-options: -Wall
build-depends:
HUnit
, base >=4.5.0.0 && <5
, call-stack
, hspec
, hspec-core >=2.10.0
, hspec-smallcheck
, smallcheck >=1.1
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
ghc-options: -Wall
build-tool-depends:
hspec-discover:hspec-discover
hs-source-dirs:
src
test
main-is: Spec.hs
other-modules:
Test.Hspec.SmallCheck
Test.Hspec.SmallCheck.Compat
Test.Hspec.SmallCheck.Types
Test.Hspec.SmallCheck.TypesSpec
Test.Hspec.SmallCheckSpec
Paths_hspec_smallcheck
build-depends:
HUnit
, QuickCheck
, base >=4.5.0.0 && <5
, base-orphans
, call-stack
, hspec
, hspec-core >=2.10.0
, smallcheck >=1.1
default-language: Haskell2010