packages feed

genvalidity-appendful-0.0.0.0: genvalidity-appendful.cabal

cabal-version: 1.12

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

name:           genvalidity-appendful
version:        0.0.0.0
description:    Generators for ppend-only cooperative agreement
homepage:       https://github.com/NorfairKing/appendful#readme
bug-reports:    https://github.com/NorfairKing/appendful/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2020-2022 Tom Sydney Kerckhove
license:        MIT
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/NorfairKing/appendful

library
  exposed-modules:
      Data.GenValidity.Appendful
      Data.GenValidity.Appendful.Collection
  other-modules:
      Paths_genvalidity_appendful
  hs-source-dirs:
      src
  build-depends:
      QuickCheck
    , appendful
    , base >=4.7 && <5
    , containers
    , genvalidity
    , genvalidity-containers
    , genvalidity-time
  default-language: Haskell2010

test-suite appendful-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Appendful.CollectionSpec
      Paths_genvalidity_appendful
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , appendful
    , base >=4.7 && <5
    , containers
    , genvalidity-appendful
    , genvalidity-hspec
    , genvalidity-hspec-aeson
    , genvalidity-uuid
    , hspec
    , mtl
    , pretty-show
    , random
    , time
    , uuid
  default-language: Haskell2010

benchmark genvalidity-appendful-bench
  type: exitcode-stdio-1.0
  main-is: Bench.hs
  other-modules:
      Paths_genvalidity_appendful
  hs-source-dirs:
      bench
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      appendful
    , base >=4.7 && <5
    , criterion
    , genvalidity-appendful
    , genvalidity-criterion
  default-language: Haskell2010