diff options
Diffstat (limited to 'chicanery.egg')
-rw-r--r-- | chicanery.egg | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chicanery.egg b/chicanery.egg index 2bce2f1..d894ab2 100644 --- a/chicanery.egg +++ b/chicanery.egg | |||
@@ -1,5 +1,3 @@ | |||
1 | ;; chicanery -*- scheme -*- | ||
2 | |||
3 | ((synopsis "Subtly breaking scheme expectations.") | 1 | ((synopsis "Subtly breaking scheme expectations.") |
4 | (author "Case Duckworth") | 2 | (author "Case Duckworth") |
5 | (version "0.3.0") | 3 | (version "0.3.0") |
@@ -9,8 +7,9 @@ | |||
9 | (components | 7 | (components |
10 | (extension chicanery | 8 | (extension chicanery |
11 | (source chicanery.scm) | 9 | (source chicanery.scm) |
12 | (types-file) ; I don't know what this does ... | 10 | (types-file) |
13 | (inline-file) | 11 | (inline-file) |
14 | (csc-options "-X" "r7rs" "-R" "r7rs" | 12 | (csc-options -X r7rs -R r7rs |
15 | "-X" "utf8" "-R" "utf8" | 13 | -X utf8 -R utf8 |
16 | "-no-warnings")))) | 14 | -no-warnings) |
15 | (source-dependencies extras.scm)))) | ||