-- Initial json-extra.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: json-extra version: 0.2.0.0 synopsis: Utility functions to extend Aeson -- description: homepage: https://bitbucket.org/tdammers/json-extra license: BSD2 license-file: LICENSE author: Tobias Dammers maintainer: tdammers@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Aeson.DeriveUtils , Data.Aeson.ParseUtils -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5 , aeson >= 0.7 && < 2.0 , data-default >= 0.5 && < 1.0 , template-haskell , bytestring >= 0.10 && < 1.0 , unordered-containers >= 0.2 && < 1.0 , yaml >= 0.8 && < 1.0 -- hs-source-dirs: default-language: Haskell2010