elm-yesod-0.2: elm-yesod.cabal
Name: elm-yesod
Version: 0.2
Synopsis: The Elm language Yesod compatibility module.
Description: This module provides a simple function to embed Elm code
as a Yesod widget.
Homepage: http://elm-lang.org
License: BSD3
License-file: LICENSE
Author: Vincent Ambo
Maintainer: tazjin@gmail.com
Copyright: Copyright: (c) 2011-2013 Vincent Ambo
Category: Web, Yesod
Build-type: Simple
Extra-source-files: README.md
Cabal-version: >=1.6
source-repository head
type: git
location: git://github.com/tazjin/elm-yesod.git
Library
exposed-modules: Language.Elm.Yesod
Build-depends: base >=4.2 && <5,
blaze-markup == 0.5.*,
Elm >= 0.7,
yesod-core >= 1.1,
shakespeare-js,
text