-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathyesod-js.cabal
52 lines (48 loc) · 1.88 KB
/
yesod-js.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: yesod-js
Version: 0.0.0
Synopsis: Higher-level interaction between Yesod and Javascript
Description: This is an experimental package for testing out ideas.
Homepage: http://www.yesodweb.com/
License: MIT
License-file: LICENSE
Author: Michael Snoyman
Maintainer: michael@snoyman.com
Category: Web
Build-type: Simple
Cabal-version: >=1.8
Library
Exposed-modules: Yesod.Javascript
Build-depends: base >= 4 && < 5
, yesod-core >= 1.0 && < 1.1
, yesod-form >= 1.0 && < 1.1
, shakespeare-js >= 1.0 && < 1.1
, transformers >= 0.2 && < 0.4
, blaze-html >= 0.4 && < 0.5
, text
, containers
Executable fullname
Main-is: fullname.hs
hs-source-dirs: samples
Build-depends: base >= 4 && < 5
, warp >= 1.2 && < 1.3
, yesod-core
, yesod-form
, yesod-js
Executable todo
Main-is: todo.lhs
hs-source-dirs: samples
Build-depends: base >= 4 && < 5
, warp >= 1.2 && < 1.3
, yesod-core
, yesod-form
, yesod-js
, yesod-json
, yesod-persistent
, aeson
, http-types
, persistent-sqlite
, text
, shakespeare-css
source-repository head
type: git
location: https://github.com/snoyberg/yesod-js