-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimberc.cabal
97 lines (93 loc) · 3.33 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
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,
lib/ARM.t,
lib/BitOps.t,
lib/Data.Functional.List.t,
lib/Data.Objects.Dictionary.t,
lib/Data.Objects.Stack.t,
lib/POSIX.t,
lib/Prelude.t,
lib/RandomGenerator.t
extra-source-files: rtsPOSIX/Makefile.in,
rtsPOSIX/configure,
rtsPOSIX/config.guess,
rtsPOSIX/config.sub,
rtsPOSIX/config.h.in,
rtsPOSIX/cyclic.c,
rtsPOSIX/env.c,
rtsPOSIX/gc.c,
rtsPOSIX/install-sh,
rtsPOSIX/main.c,
rtsPOSIX/rts.c,
rtsPOSIX/rts.h,
rtsPOSIX/timberc.cfg.in,
rtsPOSIX/timer.c,
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,
bzlib >= 0.4.0.0, bytestring >= 0.9, directory >= 1.2.2.0
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,
PP,
Prepare4C,
Reduce,
Rename,
Syntax,
Syntax2Core,
Termred,
Token,
Type,
Type2