aeson-default-0.9.0.0: aeson-default.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: de684a68592377ef48a9a702e9beb7ab67ad11d32bec169b44cfc7e9501187ec
name: aeson-default
version: 0.9.0.0
synopsis: Applying default value to FromJSON instacnes' Maybe fields
description: Please see http://hackage.haskell.org/package/hkd-default
category: HKD, Default, JSON, Library
homepage: https://github.com/versioncloud/hkd-default#readme
bug-reports: https://github.com/versioncloud/hkd-default/issues
author: Jorah Gao
maintainer: jorah@version.cloud
copyright: Copyright (c) 2020 Version Cloud
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/versioncloud/hkd-default
library
exposed-modules:
Data.Aeson.Default
Data.Aeson.Default.HKD
Data.Aeson.Default.List
Data.Aeson.Default.Map.Lazy
Data.Aeson.Default.Map.Strict
other-modules:
Data.Aeson.Default.Class
hs-source-dirs:
src
build-depends:
aeson >=1.2 && <2
, base >=4.7 && <5
, containers >=0.5.10 && <1
default-language: Haskell2010
test-suite aeson-default-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_aeson_default
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
build-depends:
aeson >=1.2 && <2
, aeson-default
, base >=4.7 && <5
, containers >=0.5.10 && <1
default-language: Haskell2010