cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d89b9a832713070f3bd9773ef7f4d8776be89292d63e80c7cbe6444950493145
name: genvalidity-criterion
version: 0.1.0.0
synopsis: Criterion benchmarks for generators
category: Validity
homepage: https://github.com/NorfairKing/validity#readme
bug-reports: https://github.com/NorfairKing/validity/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: Copyright: (c) 2018-2020 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/NorfairKing/validity
library
exposed-modules:
Data.GenValidity.Criterion
other-modules:
Paths_genvalidity_criterion
hs-source-dirs:
src
build-depends:
QuickCheck
, base <5
, criterion
, deepseq
, genvalidity
default-language: Haskell2010
benchmark genvalidity-criterion-bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_genvalidity_criterion
hs-source-dirs:
bench/
ghc-options: -Wall
build-depends:
QuickCheck
, base <5
, criterion
, genvalidity
, genvalidity-criterion
default-language: Haskell2010