-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fd3131a3ad56f72d492984264b8e7c4a6a6fadd8afc71dac6295c5758fdcf4ce
name: hspec-golden-aeson
version: 0.6.0.0
synopsis: Use tests to monitor changes in Aeson serialization
description: Use tests to monitor changes in Aeson serialization
category: Testing
homepage: https://github.com/plow-technologies/hspec-golden-aeson#readme
bug-reports: https://github.com/plow-technologies/hspec-golden-aeson/issues
author: James M.C. Haver II
maintainer: mchaver@gmail.com
copyright: 2016 Plow Technologies
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/plow-technologies/hspec-golden-aeson
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, aeson
, aeson-pretty
, base >=4.7 && <5
, bytestring
, directory
, filepath
, hspec
, quickcheck-arbitrary-adt >=0.3.0.0
, random
, transformers
exposed-modules:
Test.Aeson.GenericSpecs
Test.Aeson.Internal.ADT.GoldenSpecs
Test.Aeson.Internal.ADT.RoundtripSpecs
Test.Aeson.Internal.GoldenSpecs
Test.Aeson.Internal.RoundtripSpecs
Test.Aeson.Internal.RandomSamples
Test.Aeson.Internal.Utils
other-modules:
Paths_hspec_golden_aeson
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
QuickCheck
, aeson
, base
, directory
, hspec
, hspec-core
, hspec-golden-aeson
, quickcheck-arbitrary-adt
, silently
, transformers
other-modules:
Test.Aeson.GenericSpecsSpec
Test.Types
Test.Types.AlteredSelector
Test.Types.BrokenSerialization
Test.Types.MismatchedToAndFromSerialization
Test.Types.NewSelector
Test.Utils
Paths_hspec_golden_aeson
default-language: Haskell2010