-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathelba.toml
38 lines (33 loc) · 807 Bytes
/
elba.toml
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
[package]
name = "gallais/idris-tparsec"
version = "0.1.0"
authors = ["G. Allais", "Alex Gryzlov"]
license = "GPLv3.0"
[targets.lib]
path = "src"
mods = ["Relation.Indexed"
,"Relation.Subset"
,"Induction.Nat"
,"Data.Digit.Decimal"
,"Data.Digit.Hexadecimal"
,"Data.Digit"
,"Data.Inspect"
,"Data.DList"
,"Data.NEList"
,"Data.SizedDict"
,"Data.These"
,"Data.Trie"
,"Data.Tuple"
,"TParsec"
,"TParsec.Success"
,"TParsec.Result"
,"TParsec.Position"
,"TParsec.Lexer"
,"TParsec.Types"
,"TParsec.Combinators"
,"TParsec.Combinators.Chars"
,"TParsec.Combinators.Numbers"
,"TParsec.Combinators.JSON"
,"TParsec.Running"
]
idris_opts = ["--total"]