packages feed

hspec-golden-aeson-0.4.0.0: hspec-golden-aeson.cabal

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

name:           hspec-golden-aeson
version:        0.4.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:
      base >= 4.7 && < 5
    , aeson
    , aeson-pretty
    , bytestring
    , directory
    , filepath
    , hspec
    , random
    , quickcheck-arbitrary-adt >= 0.2.0.0
    , QuickCheck
    , 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 -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fno-warn-name-shadowing
  build-depends:
      base
    , aeson
    , directory
    , hspec
    , hspec-core
    , hspec-golden-aeson
    , silently
    , quickcheck-arbitrary-adt
    , QuickCheck
    , transformers
  other-modules:
      Test.Aeson.GenericSpecsSpec
      Test.Types
      Test.Types.AlteredSelector
      Test.Types.BrokenSerialization
      Test.Types.MismatchedToAndFromSerialization
      Test.Types.NewSelector
      Test.Utils
  default-language: Haskell2010