-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimberc.cabal
122 lines (118 loc) · 4.28 KB
/
timberc.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Name: timberc
Version: 1.0.3
Synopsis: The Timber Compiler.
Description: This is a compiler for a strict and pure functional
language
License: BSD3
License-file: LICENSE
Author: Johan Nordlander
Maintainer: Johan Nordlander <[email protected]>
Homepage: http://www.timber-lang.org
Build-type: Custom
Cabal-Version: >= 1.4
extra-tmp-files: config.log config.status
data-files: examples/Counter.t,
examples/Echo.t,
examples/Echo2.t,
examples/Echo3.t,
examples/EchoServer.t,
examples/EchoServer2.t,
examples/MasterMind.t,
examples/PingTimeServers.t,
examples/Primes.t,
examples/Reflex.t,
examples/TCPClient.t,
examples/UnionFind.t,
examples/Makefile,
include/arrays.c,
include/float.c,
include/timber.c,
include/timber.h,
include/cyclic.c,
include/main.c,
include/timer.c,
lib/ARM.t,
lib/ARM.extern.h,
lib/ARM.extern.c,
lib/BitOps.t,
lib/DataFunctionalList.t,
lib/DataObjectsDictionary.t,
lib/DataObjectsStack.t,
lib/DOM.t,
lib/DOM.extern.js,
lib/DOM.extern.h,
lib/DOM.extern.c,
lib/POSIX.t,
lib/POSIX.extern.c,
lib/POSIX.extern.h,
lib/Prelude.t,
lib/RandomGenerator.t
lib/Binary.t
lib/Port.t
lib/LPC24XXEthernetPort.t
lib/LPC24XXEthernetDriver.t
lib/Ethernet.t
lib/IPv4.t
lib/UDP.t
extra-source-files: rtsPOSIX/Makefile.in,
rtsPOSIX/configure,
rtsPOSIX/config.guess,
rtsPOSIX/config.sub,
rtsPOSIX/config.h.in,
rtsPOSIX/gc.c,
rtsPOSIX/install-sh,
rtsPOSIX/rts.c,
rtsPOSIX/rts.h,
rtsPOSIX/timberc.cfg.in,
rtsBrowser/Makefile.in,
rtsBrowser/configure,
rtsBrowser/config.guess,
rtsBrowser/config.sub,
rtsBrowser/config.h.in,
rtsBrowser/rts.js,
rtsBrowser/install-sh,
rtsBrowser/timberc.cfg.in,
timberc.spec
Executable timberc
Main-is: Main.hs
Build-Depends: base >= 4, pretty >= 1.0.0.0, binary >= 0.4.2,
mtl >= 1.1, filepath >= 1.1, array >= 0.1, directory < 2, process < 2,
bzlib >= 0.4.0.0, bytestring >= 0.9
build-tools: happy >= 1.18
hs-source-dirs: src
other-modules: Common,
Config,
Core,
Core2Kindle,
Decls,
Depend,
Derive,
Desugar1,
Desugar2,
Env,
Execution,
Fixity,
Interfaces,
Kind,
Kindle,
Kindle2C,
Kindlered,
Lambdalift,
Lexer,
Match,
Name,
ParseMonad,
Parser,
Parser2,
PP,
Prepare4C,
Reduce,
Rename,
Syntax,
Syntax2,
Syntax2Core,
SyntaxConv,
Termred,
Token,
Type,
Type2