packages feed

registry-hedgehog-0.2.0.0: registry-hedgehog.cabal

cabal-version: 1.12

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

name:           registry-hedgehog
version:        0.2.0.0
synopsis:       utilities to work with Hedgehog generators and `registry`
description:    This library provides some functions to extract generators from a "Registry" and make stateful modifications of that Registry to precisely control the generation of data
category:       Control
maintainer:     etorreborre@yahoo.com
license:        MIT
license-file:   LICENSE.txt
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/etorreborre/registry-hedgehog

library
  exposed-modules:
      Data.Registry.Hedgehog
      Data.Registry.Hedgehog.TH
      Data.Registry.Internal.Hedgehog
      Data.Registry.Internal.TH
      Test.Tasty.Hedgehogx
  other-modules:
      Paths_registry_hedgehog
  hs-source-dirs:
      src
  default-extensions: BangPatterns DefaultSignatures EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PatternSynonyms Rank2Types RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -fhide-source-paths -fprint-potential-instances -fno-warn-partial-type-signatures -optP-Wno-nonportable-include-path -Wincomplete-uni-patterns
  build-depends:
      base >=4.7 && <5
    , containers >=0.2 && <1
    , hedgehog >=1.0 && <2
    , mmorph >=1 && <2
    , multimap >=1 && <2
    , protolude >=0.2 && <0.3
    , registry >=0.1.4 && <2
    , tasty >=1 && <2
    , tasty-discover >=2 && <5
    , tasty-hedgehog >=0.3 && <0.4
    , tasty-th >=0.1 && <1
    , template-haskell >=2.13 && <3.0
    , text >=1 && <2
    , transformers >=0.5 && <2
    , universum >=1 && <2
    , unordered-containers >=0.1 && <1
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: test.hs
  other-modules:
      AutoDiscoveredSpecs
      Test.Data.Registry.Company
      Test.Data.Registry.Generators
      Test.Data.Registry.HedgehogSpec
      Paths_registry_hedgehog
  hs-source-dirs:
      test
  default-extensions: BangPatterns DefaultSignatures EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PatternSynonyms Rank2Types RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -fhide-source-paths -fprint-potential-instances -fno-warn-partial-type-signatures -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans -fno-warn-missing-signatures -fno-warn-incomplete-uni-patterns -fno-warn-type-defaults -optP-Wno-nonportable-include-path
  build-depends:
      base >=4.7 && <5
    , containers >=0.2 && <1
    , generic-lens
    , hedgehog >=1.0 && <2
    , mmorph
    , multimap >=1 && <2
    , protolude >=0.2 && <0.3
    , registry
    , registry-hedgehog
    , tasty
    , tasty-discover
    , tasty-hedgehog
    , tasty-th
    , template-haskell >=2.13 && <3.0
    , text
    , transformers
    , universum
    , unordered-containers >=0.1 && <1
  default-language: Haskell2010