-
Notifications
You must be signed in to change notification settings - Fork 2
/
alder.cabal
executable file
·56 lines (50 loc) · 1.17 KB
/
alder.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
53
54
55
56
name: alder
version: 0.1.0
synopsis: Reactive JavaScript DOM
license: MIT
license-file: LICENSE
author: Kyle Raftogianis <[email protected]>
maintainer: Kyle Raftogianis <[email protected]>
stability: experimental
homepage: http://github.com/ghcjs/ghcjs-sodium
bug-reports: http://github.com/ghcjs/ghcjs-sodium
copyright: Copyright (c) 2014 Kyle Raftogianis
category: Web
build-type: Simple
cabal-version: >= 1.8
extra-source-files:
js/
scripts/
.gitignore
README.md
source-repository head
type: git
location: git://github.com/ghcjs/ghcjs-sodium
library
hs-source-dirs: src
ghc-options: -Wall
build-depends:
base,
containers,
contravariant,
dlist,
ghcjs-base,
hashable,
mtl,
sodium,
text,
transformers,
unordered-containers
exposed-modules:
Alder.Html
Alder.Html.Attributes
Alder.Html.Elements
Alder.Html.Events
Alder.Mount
Alder.Sodium
other-modules:
Alder.Html.Internal
Alder.IOState
Alder.JavaScript
Alder.Reconcile
Alder.Unique