hschema-aeson-0.0.1.0: hschema-aeson.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 71f8e3ffc184bb6433eed64355bc3b9cf9e12302dadf85d86df8ebf8d4f254f7
name: hschema-aeson
version: 0.0.1.0
synopsis: Describe schemas for your Haskell data types.
description: Please see the README on GitHub at <https://github.com/alonsodomin/haskell-schema#readme>
category: Data,Schema,JSON
homepage: https://github.com/alonsodomin/haskell-schema#readme
bug-reports: https://github.com/alonsodomin/haskell-schema/issues
author: Antonio Alonso Dominguez
maintainer: alonso.domin@gmail.com
copyright: 2018 Antonio Alonso Dominguez
license: LGPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/alonsodomin/haskell-schema
library
exposed-modules:
Data.Schema.JSON
Data.Schema.JSON.Internal.Serializer
Data.Schema.JSON.Internal.Types
Data.Schema.JSON.Simple
other-modules:
Paths_hschema_aeson
hs-source-dirs:
src
build-depends:
QuickCheck
, aeson
, base >=4.7 && <5
, comonad >=5.0 && <5.1
, contravariant
, free
, hschema >=0.0.1.0 && <0.0.2.0
, hschema-prettyprinter >=0.0.1.0 && <0.0.2.0
, hschema-quickcheck >=0.0.1.0 && <0.0.2.0
, lens
, mtl
, natural-transformation
, prettyprinter
, prettyprinter-ansi-terminal
, quickcheck-instances
, scientific
, text
, time
, unordered-containers
, vector
default-language: Haskell2010
test-suite hschema-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Test.Schema.JSON
Test.Schema.Model
Test.Schema.Utils
Paths_hschema_aeson
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, base >=4.7 && <5
, bytestring
, comonad >=5.0 && <5.1
, contravariant
, convertible
, directory
, free
, hschema
, hschema-aeson
, hschema-prettyprinter >=0.0.1.0 && <0.0.2.0
, hschema-quickcheck >=0.0.1.0 && <0.0.2.0
, hspec
, lens
, mtl
, natural-transformation
, prettyprinter
, prettyprinter-ansi-terminal
, quickcheck-instances
, scientific
, text
, time
, unordered-containers
, vector
default-language: Haskell2010