about summary refs log tree commit diff stats
path: root/chicanery.egg
diff options
context:
space:
mode:
authorCase Duckworth2023-08-29 21:55:12 -0500
committerCase Duckworth2023-08-29 21:55:12 -0500
commit5db553526711c1127abccc422ba92efd6e3e70ea (patch)
tree6c0acd1f03744500c418e514198dc97dbc2d1573 /chicanery.egg
parentRemove Makefile and chicanery.base (diff)
downloadchicanery-5db553526711c1127abccc422ba92efd6e3e70ea.tar.gz
chicanery-5db553526711c1127abccc422ba92efd6e3e70ea.zip
Update to just be CHICKEN main
Diffstat (limited to 'chicanery.egg')
-rw-r--r--chicanery.egg11
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))))