From f5d2b328c6a532ae37e97991d2bdb33de3b0d593 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 26 Jul 2023 09:17:05 -0500 Subject: Properly export utf8 --- chicanery.egg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chicanery.egg') diff --git a/chicanery.egg b/chicanery.egg index 4fddaec..ca0fb94 100644 --- a/chicanery.egg +++ b/chicanery.egg @@ -2,7 +2,7 @@ ((synopsis "Subtly breaking scheme expectations.") (author "Case Duckworth") - (version "0.1.0") + (version "0.2.0") (license "God Willing License") (category lang-exts) (dependencies r7rs utf8) @@ -11,4 +11,6 @@ (source chicanery.scm) (types-file) ; I don't know what this does ... (inline-file) - (csc-options "-X" "r7rs" "-R" "r7rs")))) + (csc-options "-X" "r7rs" "-R" "r7rs" + "-X" "utf8" "-R" "utf8" + "-no-warnings")))) -- cgit 1.4.1-21-gabe81