-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 95aa2f2c9903df88bd3133ecbf961b597fef510715549892576747518c4c658a
name: quickcheck-combinators
version: 0.0.5
description: Please see the README on GitHub at <https://github.com/githubuser/template-dictionary#readme>
homepage: https://github.com/athanclark/quickcheck-combinators#readme
bug-reports: https://github.com/athanclark/quickcheck-combinators/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 (c) Local Cooking Inc.
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/athanclark/quickcheck-combinators
library
exposed-modules:
Test.QuickCheck.Combinators
other-modules:
Paths_quickcheck_combinators
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.11 && <5
, unfoldable-restricted >=0.0.1
default-language: Haskell2010