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: e7ca43207bd5b53ba10b1c8ae2706ad503a69527313a7357789a701f18610472 name: elminator version: 0.2.4.0 synopsis: Generate ELM types/encoders/decoders from Haskell types. description: Please see the README on GitHub at category: Code Generation, Elm author: Sandeep.C.R maintainer: sandeep@sras.me copyright: 2019 Sandeep.C.R license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/sras/elminator.git library exposed-modules: Elminator other-modules: Elminator.Generics.Simple Elminator.ELM.Elm19 Elminator.ELM.Elm18 Elminator.ELM.Generator Elminator.ELM.Render Elminator.Lib hs-source-dirs: src ghc-options: -Wall build-depends: aeson , base >=4.7 && <5 , containers , mtl , template-haskell , text default-language: Haskell2010 test-suite elminator-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_elminator hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , containers , elminator , mtl , template-haskell , text default-language: Haskell2010