elm/elm/Elm.cabal

120 lines
3.9 KiB
Text
Raw Normal View History

Name: Elm
Version: 0.5.5
Synopsis: The Elm language module.
Description: Elm aims to make client-side web-development more pleasant.
It is a statically/strongly typed, functional reactive
language to HTML, CSS, and JS. This package provides a
library for Elm compilation in Haskell and a compiler
executable.
Homepage: http://elm-lang.org
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright: (c) 2011-2012 Evan Czaplicki
Category: Compiler, Language
Build-type: Simple
Extra-source-files: changelog.txt
Data-files: elm-runtime-0.5.5.js
Cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/evancz/Elm.git
Library
exposed-modules: Language.Elm,
Language.Elm.Quasi
Hs-Source-Dirs: src, src/Gen
other-modules: Ast,
CompileToJS,
Cases,
Substitute,
ExtractNoscript,
GenerateHtml,
Guid,
2012-06-12 10:42:41 +00:00
Optimize,
Initialize,
Rename,
2012-11-23 04:21:23 +00:00
Parse.Binops,
Parse.Expr,
Parse.Foreign,
Parse.Library,
Parse.Modules,
Parse.Parser,
Parse.Patterns,
2012-11-23 04:24:20 +00:00
Parse.Types,
Types.Types,
Types.Constrain,
Types.Hints,
Types.Substitutions,
2012-10-03 06:47:46 +00:00
Types.Unify,
Paths_Elm
Build-depends: base >=4.2 && <5,
containers >= 0.3,
transformers >= 0.2,
mtl >= 2,
parsec >= 3.1.1,
blaze-html == 0.5.*,
blaze-markup == 0.5.1.*,
deepseq,
text,
template-haskell,
2012-09-18 15:18:49 +00:00
shakespeare >= 1,
2012-11-04 01:26:19 +00:00
pandoc <= 1.9.4.2,
bytestring,
hjsmin,
indents,
filepath
Executable elm
Main-is: Compiler.hs
Hs-Source-Dirs: src, src/Gen
other-modules: Ast,
CompileToJS,
Cases,
Substitute,
ExtractNoscript,
GenerateHtml,
Guid,
2012-06-12 10:42:41 +00:00
Optimize,
Initialize,
Rename,
2012-11-23 04:21:23 +00:00
Parse.Binops,
Parse.Expr,
Parse.Foreign,
Parse.Library,
Parse.Modules,
Parse.Parser,
Parse.Patterns,
2012-11-23 04:24:20 +00:00
Parse.Types,
Types.Types,
Types.Constrain,
Types.Hints,
Types.Substitutions,
2012-10-03 06:47:46 +00:00
Types.Unify,
Paths_Elm
Build-depends: base >=4.2 && <5,
containers >= 0.3,
transformers >= 0.2,
mtl >= 2,
parsec >= 3.1.1,
blaze-html == 0.5.*,
blaze-markup == 0.5.1.*,
deepseq,
cmdargs,
2012-11-04 01:26:19 +00:00
pandoc <= 1.9.4.2,
bytestring,
hjsmin,
indents,
filepath