cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: elminator version: 0.2.4.3 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: base >=4.7 && <5, aeson >= 2.2.3 && < 2.3, template-haskell >= 2.22.0 && < 2.23, containers >= 0.7 && < 0.8, mtl >= 2.3.1 && < 2.4, text >= 2.1.1 && < 2.2 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: base >=4.7 && <5, aeson >= 2.2.3 && < 2.3, template-haskell >= 2.22.0 && < 2.23, containers >= 0.7 && < 0.8, mtl >= 2.3.1 && < 2.4, text >= 2.1.1 && < 2.2 default-language: Haskell2010