packages feed

aeson-default-0.9.1.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: b7496cab453c60565f68325caaf23184faed7a26e7a8dc4ab2617e63364d8a08

name:           aeson-default
version:        0.9.1.0
synopsis:       Apply default value to FromJSON instacnes' Maybe fields
description:    Please see http://hackage.haskell.org/package/aeson-default
category:       HKD, Default, JSON, Library
homepage:       https://github.com/versioncloud/aeson-default#readme
bug-reports:    https://github.com/versioncloud/aeson-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/aeson-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.9 && <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.9 && <5
    , containers >=0.5.10 && <1
  default-language: Haskell2010