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: 07f38c9b25ec3642bbb8b871767674fb8061c7b0c06037fd1969c28f823f9052 name: hschema-aeson version: 0.0.1.1 synopsis: Describe schemas for your Haskell data types. description: Please see the README on GitHub at 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 test/expected-model.json 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-aeson-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