-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 96e9eaa9508a1b5c37e6826a1052424945f28adfd1feed94092e594e5c9d96fd name: hspec-golden-aeson version: 0.7.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 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 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 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Spec.hs 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 hs-source-dirs: test ghc-options: -Wall build-depends: QuickCheck , aeson , base , directory , hspec , hspec-core , hspec-golden-aeson , quickcheck-arbitrary-adt , silently , transformers default-language: Haskell2010