packages feed

aeson-applicative-0.1.0.0: aeson-applicative.cabal

name:                aeson-applicative
version:             0.1.0.0
synopsis:            make To/From JSOn instances from an applicative description
homepage:            https://github.com/gregwebs/aeson-applicative-dsl
license:             MIT
license-file:        LICENSE
author:              Greg Weber
maintainer:          greg@gregweber.info
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.Aeson.JsonInfo
  build-depends:       base >=4.7 && <4.8, aeson, unordered-containers, text
  default-language:    Haskell2010
  default-extensions: LambdaCase
  ghc-options: -Wall