diff options
Diffstat (limited to 'schmaltz.egg')
-rw-r--r-- | schmaltz.egg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schmaltz.egg b/schmaltz.egg index 7576ccb..635a4bc 100644 --- a/schmaltz.egg +++ b/schmaltz.egg | |||
@@ -1,11 +1,11 @@ | |||
1 | ;;; (schmaltz) --- render CHICKEN in texts | 1 | ;;; (schmaltz) --- render CHICKEN in texts |
2 | 2 | ||
3 | ((synopsis "Render scheme form in texts.") | 3 | ((synopsis "Render scheme forms in texts.") |
4 | (author "Case Duckworth") | 4 | (author "Case Duckworth") |
5 | (version "0.1.0") | 5 | (version "0.1.0") |
6 | (license "God Willing License") | 6 | (license "God Willing License") |
7 | 7 | ||
8 | (dependencies r7rs utf8 srfi-1) | 8 | (dependencies r7rs utf8 srfi-1 html-parser) |
9 | 9 | ||
10 | (component-options | 10 | (component-options |
11 | (csc-options -X r7rs -R r7rs | 11 | (csc-options -X r7rs -R r7rs |