packages feed

servant-aeson-specs-0.2: servant-aeson-specs.cabal

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

name:           servant-aeson-specs
version:        0.2
synopsis:       generic tests for aeson serialization in servant
description:    tests for aeson serialization in servant
category:       Web
homepage:       https://github.com/plow-technologies/servant-aeson-specs#readme
bug-reports:    https://github.com/plow-technologies/servant-aeson-specs/issues
maintainer:     soenkehahn@gmail.com
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/plow-technologies/servant-aeson-specs

library
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-name-shadowing
  build-depends:
      base < 5
    , aeson
    , bytestring
    , hspec
    , QuickCheck
    , servant == 0.4.*
    , directory
    , filepath
    , random
    , aeson-pretty
  exposed-modules:
      Servant.Aeson.GenericSpecs
      Servant.Aeson.Internal
      Test.Aeson.GenericSpecs
      Test.Aeson.Internal.GoldenSpecs
      Test.Aeson.Internal.RoundtripSpecs
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
    , src
  ghc-options: -Wall -fno-warn-name-shadowing
  build-depends:
      base < 5
    , aeson
    , bytestring
    , hspec
    , QuickCheck
    , servant == 0.4.*
    , directory
    , filepath
    , random
    , aeson-pretty
    , hspec-core
    , temporary
    , doctest
    , mockery
    , silently
    , quickcheck-instances
    , string-conversions
    , text
  other-modules:
      DoctestSpec
      Servant.Aeson.GoldenSpecsSpec
      Servant.Aeson.RoundtripSpecsSpec
      Test.Aeson.GoldenSpecsSpec
      Test.Aeson.RoundtripSpecsSpec
      Test.Utils
      Servant.Aeson.GenericSpecs
      Servant.Aeson.Internal
      Test.Aeson.GenericSpecs
      Test.Aeson.Internal.GoldenSpecs
      Test.Aeson.Internal.RoundtripSpecs
  default-language: Haskell2010