cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 4d5f932f72352621ba3ebc7ae8feb8799c4a5ae7f62517bb68c9ada36b0d6e43 name: mcaeson version: 0.0.0.1 synopsis: An Aeson parsing toolkit description: Please see the README on GitHub at category: Web, JSON homepage: https://github.com/githubuser/mcaeson#readme bug-reports: https://github.com/githubuser/mcaeson/issues author: Chris Dornan maintainer: chris@chrisdornan.com copyright: 2021 Chris Dornan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/githubuser/mcaeson library exposed-modules: Lib other-modules: Paths_mcaeson hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 executable mcaeson-exe main-is: Main.hs other-modules: Paths_mcaeson hs-source-dirs: app ghc-options: -threaded -rtsopts build-depends: base >=4.7 && <5 , mcaeson default-language: Haskell2010 test-suite mcaeson-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_mcaeson hs-source-dirs: test ghc-options: -threaded -rtsopts build-depends: base >=4.7 && <5 , mcaeson default-language: Haskell2010