packages feed

hspec-golden-aeson-0.9.0.0: hspec-golden-aeson.cabal

cabal-version: 1.12

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

name:           hspec-golden-aeson
version:        0.9.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
extra-source-files:
  ChangeLog.md
  README.md

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:
      HUnit
    , 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