elm/elm-server/elm-server.cabal
Vincent Ambo 08287fcea7 * modified elm-server
Elm-server now works with the "new" structure of Elm as well. The elm
package exports Language.Elm.generateHtml which is equivalent to the
compileToHtml function of the old Language.Elm package.

Since a dependency on blaze exists either way, a separate elm-blaze
package is not necessary.
2012-05-28 16:56:13 +02:00

38 lines
No EOL
1.1 KiB
Text

Name: Elm-server
Version: 0.1.1.8
Synopsis: The Elm language module.
Description: This package provides a standalone, Happstack-based Elm server.
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: README.md
Cabal-version: >=1.6
source-repository head
type: git
location: git://github.com/evancz/Elm.git
Executable elm-server
Main-is: Server.hs
ghc-options: -O2
Build-depends: base >=4.2 && <5,
containers >= 0.3,
transformers >= 0.2,
mtl >= 2,
parsec >= 3.1.1,
blaze-html == 0.5.0.*,
HTTP >= 4000,
happstack-server == 7.0.2,
deepseq,
Elm >= 0.1.1.8