diff options
Diffstat (limited to 'chicanery.egg')
-rw-r--r-- | chicanery.egg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chicanery.egg b/chicanery.egg index 4fddaec..ca0fb94 100644 --- a/chicanery.egg +++ b/chicanery.egg | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | ((synopsis "Subtly breaking scheme expectations.") | 3 | ((synopsis "Subtly breaking scheme expectations.") |
4 | (author "Case Duckworth") | 4 | (author "Case Duckworth") |
5 | (version "0.1.0") | 5 | (version "0.2.0") |
6 | (license "God Willing License") | 6 | (license "God Willing License") |
7 | (category lang-exts) | 7 | (category lang-exts) |
8 | (dependencies r7rs utf8) | 8 | (dependencies r7rs utf8) |
@@ -11,4 +11,6 @@ | |||
11 | (source chicanery.scm) | 11 | (source chicanery.scm) |
12 | (types-file) ; I don't know what this does ... | 12 | (types-file) ; I don't know what this does ... |
13 | (inline-file) | 13 | (inline-file) |
14 | (csc-options "-X" "r7rs" "-R" "r7rs")))) | 14 | (csc-options "-X" "r7rs" "-R" "r7rs" |
15 | "-X" "utf8" "-R" "utf8" | ||
16 | "-no-warnings")))) | ||