packages feed

hw-hedgehog-0.1.0.2: hw-hedgehog.cabal

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

name:           hw-hedgehog
version:        0.1.0.2
synopsis:       Extra hedgehog functionality
description:    Extra hedgehog functionality.
category:       Test
homepage:       https://github.com/haskell-works/hw-hedgehog#readme
bug-reports:    https://github.com/haskell-works/hw-hedgehog/issues
author:         John Ky
maintainer:     newhoggy@gmail.com
copyright:      2017-2018 John Ky
license:        BSD3
license-file:   LICENSE
tested-with:    GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/haskell-works/hw-hedgehog

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.8 && <5
    , hedgehog >= 0.5 && < 0.7
    , vector >= 0.10 && < 0.13
  exposed-modules:
      HaskellWorks.Hedgehog
      HaskellWorks.Hedgehog.Gen
  other-modules:
      Paths_hw_hedgehog
  default-language: Haskell2010

test-suite hw-hedgehog-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , hw-hedgehog
  default-language: Haskell2010