forked from tazjin/elm-yesod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-yesod.cabal
34 lines (26 loc) · 964 Bytes
/
elm-yesod.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name: elm-yesod
Version: 0.1.3
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: [email protected]
Copyright: Copyright: (c) 2011-2012 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.1.2.1,
yesod-core >= 1,
shakespeare-js,
text