cabal-version: 2.4 name: aeson-single-field version: 0.1.0.0 synopsis: Conveniently wrap a single value in a record when encoding to and from JSON description: This package exports a single type (`SingleField`) that allows one to conveniently wrap a single value in a record for use with JSON. license: MIT category: Text, Web, JSON author: Ed Wastell maintainer: ed@wastell.co.uk extra-source-files: CHANGELOG.md library exposed-modules: Data.Aeson.SingleField build-depends: base >= 4.14.0.0 && < 5 , aeson ^>= 2.0.0.0 hs-source-dirs: src default-language: Haskell2010 test-suite readme build-depends: base >= 4.14.0.0 && < 5 , aeson-single-field , aeson ^>= 2.0.0.0 , markdown-unlit ^>= 0.5 , HUnit type: exitcode-stdio-1.0 ghc-options: -pgmL markdown-unlit -Wall -Wno-unused-top-binds default-language: Haskell2010 main-is: README.lhs