cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 8e9ef405c71b1f7fffa4735a082d31c503420e8345fd885ef0408becd6689cc4 name: registry-hedgehog version: 0.2.1.1 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 >=1.0 && <2.0 , 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 Test.Tutorial.DataModel Test.Tutorial.Exercise1 Test.Tutorial.Exercise2 Test.Tutorial.Exercise3 Test.Tutorial.Exercise4 Test.Tutorial.Exercise5 Test.Tutorial.Exercise6 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 >=1.0 && <2.0 , tasty-th , template-haskell >=2.13 && <3.0 , text , transformers , universum , unordered-containers >=0.1 && <1 default-language: Haskell2010