packages feed

language-elm-0.2.0.0: language-elm.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 050e863d71a7e857420f7de3b152deaef3a5bb95ea66f88027aea574e710783e

name:           language-elm
version:        0.2.0.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:     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.Declaration
      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