cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8da4d7249d8800f06d303acbc3ed33c9d559db7bfde2ba78d8a2cf4293c4d2d0
name: registry-hedgehog
version: 0.7.0.4
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.HedgehogTest
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.14 && <5
, containers >=0.2 && <1
, hedgehog >=1.0 && <2
, mmorph ==1.*
, multimap ==1.*
, protolude ==0.3.*
, registry >=0.2 && <0.4
, tasty ==1.*
, tasty-discover >=2 && <5
, tasty-hedgehog >=1.0 && <2.0
, tasty-th >=0.1 && <1
, template-haskell >=2.13 && <3.0
, text ==1.*
, transformers >=0.5 && <2
, universum ==1.*
, 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
Test.Tutorial.DataModel
Test.Tutorial.Exercise1
Test.Tutorial.Exercise2
Test.Tutorial.Exercise3
Test.Tutorial.Exercise4
Test.Tutorial.Exercise5
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.14 && <5
, containers >=0.2 && <1
, hedgehog >=1.0 && <2
, mmorph ==1.*
, multimap ==1.*
, protolude ==0.3.*
, registry >=0.2 && <0.4
, registry-hedgehog
, tasty ==1.*
, tasty-discover >=2 && <5
, tasty-hedgehog >=1.0 && <2.0
, tasty-th >=0.1 && <1
, template-haskell >=2.13 && <3.0
, text ==1.*
, transformers >=0.5 && <2
, universum ==1.*
, unordered-containers >=0.1 && <1
default-language: Haskell2010