cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: registry-aeson version: 0.3.0.0 synopsis: Aeson encoders / decoders description: This library provides encoders / decoders which can be easily customized for the Aeson format. category: Data maintainer: etorreborre@yahoo.com license: MIT license-file: LICENSE.txt build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/etorreborre/registry-aeson library exposed-modules: Data.Registry.Aeson.Decoder Data.Registry.Aeson.Encoder Data.Registry.Aeson.TH.Decoder Data.Registry.Aeson.TH.Encoder Data.Registry.Aeson.TH.TH Data.Registry.Aeson.TH.ThOptions other-modules: Paths_registry_aeson hs-source-dirs: src default-extensions: DefaultSignatures DerivingStrategies FunctionalDependencies GADTs LambdaCase MultiWayIf NoImplicitPrelude OverloadedStrings PatternSynonyms StrictData TemplateHaskell TypeFamilies TypeFamilyDependencies ghc-options: -Wall -Wcompat -Wincomplete-record-updates -fhide-source-paths -fprint-potential-instances -fno-warn-partial-type-signatures -optP-Wno-nonportable-include-path -Wincomplete-uni-patterns build-depends: aeson ==2.* , base >=4.7 && <5 , bytestring >=0.10 && <1 , containers >=0.2 && <1 , protolude ==0.3.* , registry >=0.4 && <1 , template-haskell >=2.13 && <3.0 , text ==1.* , transformers >=0.5 && <2 , unordered-containers >=0.2 && <1 , vector >=0.1 && <1 default-language: GHC2021 test-suite spec type: exitcode-stdio-1.0 main-is: test.hs other-modules: AutoDiscoveredSpecs Test.Data.Registry.Aeson.DataTypes Test.Data.Registry.Aeson.DecoderSpec Test.Data.Registry.Aeson.EncoderSpec Test.Data.Registry.Aeson.Examples.Deliverix Test.Data.Registry.Aeson.Examples.ProtocolEvolution Test.Data.Registry.Aeson.Examples.Protocols Test.Data.Registry.Aeson.RecursiveSpec Test.Data.Registry.Aeson.RoundtripData Test.Data.Registry.Aeson.RoundtripSpec Test.Data.Registry.Aeson.SimilarDataTypes Paths_registry_aeson hs-source-dirs: test default-extensions: DefaultSignatures DerivingStrategies FunctionalDependencies GADTs LambdaCase MultiWayIf NoImplicitPrelude OverloadedStrings PatternSynonyms StrictData TemplateHaskell TypeFamilies TypeFamilyDependencies ghc-options: -Wall -Wcompat -Wincomplete-record-updates -fhide-source-paths -fprint-potential-instances -fno-warn-partial-type-signatures -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans -fno-warn-missing-signatures -fno-warn-incomplete-uni-patterns -fno-warn-type-defaults -optP-Wno-nonportable-include-path build-depends: aeson ==2.* , base >=4.7 && <5 , bytestring >=0.10 && <1 , containers >=0.2 && <1 , hedgehog , protolude ==0.3.* , registry >=0.4 && <1 , registry-aeson , registry-hedgehog , string-qq , tasty , template-haskell >=2.13 && <3.0 , text ==1.* , time , transformers >=0.5 && <2 , unordered-containers >=0.2 && <1 , vector >=0.1 && <1 default-language: GHC2021