packages feed

registry-hedgehog-aeson-0.1.0.0: registry-hedgehog-aeson.cabal

cabal-version: 1.12

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

name:           registry-hedgehog-aeson
version:        0.1.0.0
synopsis:       Hedgehog generators for Aeson
description:    This library provides generators for Aeson values which can be easily customized.
category:       Test
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-aeson

library
  exposed-modules:
      Data.Registry.Hedgehog.AesonGenerators
  other-modules:
      Paths_registry_hedgehog_aeson
  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:
      aeson >=1.0 && <3
    , base >=4.7 && <5
    , containers >=0.2 && <1
    , hedgehog >=1.0 && <2
    , mmorph ==1.*
    , multimap ==1.*
    , protolude ==0.3.*
    , registry ==0.2.*
    , scientific ==0.3.*
    , 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
    , vector >=0.1 && <1
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: test.hs
  other-modules:
      AutoDiscoveredSpecs
      Test.Data.Registry.Hedgehog.AesonGeneratorsSpec
      Paths_registry_hedgehog_aeson
  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:
      aeson >=1.0 && <3
    , base >=4.7 && <5
    , containers >=0.2 && <1
    , hedgehog >=1.0 && <2
    , mmorph ==1.*
    , multimap ==1.*
    , protolude ==0.3.*
    , registry ==0.2.*
    , registry-hedgehog
    , registry-hedgehog-aeson
    , scientific ==0.3.*
    , 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
    , vector >=0.1 && <1
  default-language: Haskell2010