packages feed

registry-hedgehog-0.8.2.0: registry-hedgehog.cabal

cabal-version: 1.12

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

name:           registry-hedgehog
version:        0.8.2.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.HedgehogTest
      Test.Tasty.Hedgehogx
  other-modules:
      Paths_registry_hedgehog
  hs-source-dirs:
      src
  default-extensions:
      DefaultSignatures
      FunctionalDependencies
      GADTs
      LambdaCase
      MultiWayIf
      NoImplicitPrelude
      OverloadedStrings
      PatternSynonyms
      StrictData
      TypeFamilies
      TypeFamilyDependencies
  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.4 && <1
    , tasty ==1.*
    , tasty-discover >=2 && <6
    , tasty-hedgehog >=1.0 && <2.0
    , tasty-th >=0.1 && <1
    , template-haskell >=2.13 && <3.0
    , text >=1 && <3
    , transformers >=0.5 && <2
    , universum ==1.*
    , unordered-containers >=0.1 && <1
  default-language: GHC2021

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:
      DefaultSignatures
      FunctionalDependencies
      GADTs
      LambdaCase
      MultiWayIf
      NoImplicitPrelude
      OverloadedStrings
      PatternSynonyms
      StrictData
      TypeFamilies
      TypeFamilyDependencies
  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.4 && <1
    , registry-hedgehog
    , tasty ==1.*
    , tasty-discover >=2 && <6
    , tasty-hedgehog >=1.0 && <2.0
    , tasty-th >=0.1 && <1
    , template-haskell >=2.13 && <3.0
    , text >=1 && <3
    , transformers >=0.5 && <2
    , universum ==1.*
    , unordered-containers >=0.1 && <1
  default-language: GHC2021