about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-08-09 22:55:49 -0500
committerCase Duckworth2023-08-09 22:55:49 -0500
commitd00fea7bd85b20d34be5bc192c54a512667afcb8 (patch)
tree8862e009362c74baa7f69ee0836703ece50f11b8
parentAdd with-{input-from,output-to}-string (diff)
downloadchicanery-d00fea7bd85b20d34be5bc192c54a512667afcb8.tar.gz
chicanery-d00fea7bd85b20d34be5bc192c54a512667afcb8.zip
Fix chicanery.egg
-rw-r--r--chicanery.egg2
1 files changed, 1 insertions, 1 deletions
diff --git a/chicanery.egg b/chicanery.egg index ca0fb94..21cb68e 100644 --- a/chicanery.egg +++ b/chicanery.egg
@@ -8,7 +8,7 @@
8 (dependencies r7rs utf8) 8 (dependencies r7rs utf8)
9 (components 9 (components
10 (extension chicanery 10 (extension chicanery
11 (source chicanery.scm) 11 (source chicanery.sld)
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"