-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 051b4a8042d05f18fb64b3714184c09ca9363d68b341ec9be6effdb370eeabe0 name: language-elm version: 0.1.1.0 synopsis: Generate elm code description: Generate elm code from an ast category: Web homepage: https://github.com/eliaslfox/language-elm#readme bug-reports: https://github.com/eliaslfox/language-elm/issues author: Elias Lawson-Fox maintainer: eliaslfox@gmail.com copyright: 2017 Elias Lawson-Fox license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/eliaslfox/language-elm library exposed-modules: Elm Elm.Decleration Elm.Expression Elm.Import Elm.Program Elm.Type Elm.Classes Elm.GenError other-modules: Paths_language_elm hs-source-dirs: src build-depends: MissingH , base >=4.11 && <=4.12 , mtl , pretty , protolude build-tools: doctest default-language: Haskell2010 test-suite language-elm-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Renderer Paths_language_elm hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.11 && <=4.12 , hspec , language-elm , mtl , pretty , protolude build-tools: doctest default-language: Haskell2010