-
Notifications
You must be signed in to change notification settings - Fork 6
/
sunroof-compiler.cabal
65 lines (60 loc) · 2.67 KB
/
sunroof-compiler.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
57
58
59
60
61
62
63
64
65
Name: sunroof-compiler
Version: 0.2.2
Synopsis: Monadic Javascript Compiler
Homepage: https://github.com/ku-fpg/sunroof-compiler
Bug-reports: https://github.com/ku-fpg/sunroof-compiler
License: BSD3
License-file: LICENSE
Author: Andrew Gill <[email protected]>, Jan Bracker <[email protected]>
Maintainer: Jan Bracker <[email protected]>
Copyright: (c) 2012 The University of Kansas
Category: Web, Language, Embedded, Compiler, Javascript
Stability: experimental
Build-type: Simple
Cabal-version: >= 1.10
extra-source-files: CHANGELOG.md, README.md
Description:
Monadic Javascript Compiler.
Extra-source-files:
README.md
Library
Exposed-modules: Language.Sunroof
Language.Sunroof.Classes
Language.Sunroof.Compiler
Language.Sunroof.Concurrent
Language.Sunroof.Internal
Language.Sunroof.JavaScript
Language.Sunroof.Selector
Language.Sunroof.Types
Language.Sunroof.Utils
Language.Sunroof.JS.Args
Language.Sunroof.JS.Array
Language.Sunroof.JS.Bool
Language.Sunroof.JS.Browser
Language.Sunroof.JS.Canvas
Language.Sunroof.JS.Chan
Language.Sunroof.JS.Date
Language.Sunroof.JS.JQuery
Language.Sunroof.JS.Map
Language.Sunroof.JS.MVar
Language.Sunroof.JS.Number
Language.Sunroof.JS.Object
Language.Sunroof.JS.Ref
Language.Sunroof.JS.String
default-language: Haskell2010
build-depends: base >= 4.3.1 && < 5,
base-compat >= 0.8.1 && < 1,
Boolean >= 0.2,
containers >= 0.4,
data-default-class >= 0.0.1 && < 0.2,
data-reify >= 0.6,
mtl >= 2.0,
operational >= 0.2.0.3 && < 0.3,
scientific >= 0.3.2 && < 0.4,
semigroups >= 0.9,
tagged >= 0.3,
vector-space >= 0.8.6
GHC-options: -Wall
source-repository head
type: git
location: git://github.com/ku-fpg/sunroof-compiler.git