-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
name: servant-aeson-specs
version: 0.5.1.0
synopsis: generic tests for aeson serialization in servant
description: tests for aeson serialization in servant
category: Web
stability: alpha
homepage: https://github.com/plow-technologies/servant-aeson-specs#readme
bug-reports: https://github.com/plow-technologies/servant-aeson-specs/issues
author: Sönke Hahn, James M.C. Haver II
maintainer: soenkehahn@gmail.com, mchaver@gmail.com
copyright: Plow Technologies
license: MIT
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.* || == 0.5.* || == 0.6.* || == 0.7.* || == 0.8.*
, directory
, filepath
, random
, aeson-pretty
, quickcheck-arbitrary-adt == 0.2.0.0
, hspec-golden-aeson == 0.2.0.1
exposed-modules:
Servant.Aeson.GenericSpecs
Servant.Aeson.Internal
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.* || == 0.5.* || == 0.6.* || == 0.7.* || == 0.8.*
, directory
, filepath
, random
, aeson-pretty
, quickcheck-arbitrary-adt == 0.2.0.0
, hspec-golden-aeson == 0.2.0.1
, hspec-core
, temporary
, doctest
, mockery
, silently
, quickcheck-instances
, string-conversions
, text
, quickcheck-arbitrary-adt == 0.2.0.0
, hspec-golden-aeson == 0.2.0.1
other-modules:
DoctestSpec
Servant.Aeson.GoldenSpecsSpec
Servant.Aeson.RoundtripSpecsSpec
Test.Utils
Servant.Aeson.GenericSpecs
Servant.Aeson.Internal
default-language: Haskell2010