-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 6c9bb4aa7ff3f1e4e85211571dd00d241c501b0df3df602b8d0c85b0a7303e54 name: language-elm version: 0.1.1.2 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: me@eliaslfox.com copyright: 2017 Elias Lawson-Fox license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md data-files: test/program1.elm test/spec/case1.txt test/spec/dec1.txt test/spec/dec2.txt test/spec/dec3.txt test/spec/dec4.txt test/spec/let1.txt test/spec/let2.txt 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 && <5 , 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 && <5 , hspec , language-elm , mtl , pretty , protolude build-tools: doctest default-language: Haskell2010