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 ++++-- chicanery.scm | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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")))) diff --git a/chicanery.scm b/chicanery.scm index a46cd91..12f5ab3 100644 --- a/chicanery.scm +++ b/chicanery.scm @@ -19,7 +19,7 @@ (import (scheme repl)) (import (scheme time)) (import (scheme write)) - (import (utf8)) + (import utf8) (export * + - / <= < >= = > abs and append apply assoc assq assv begin binary-port? boolean? boolean=? bytevector bytevector-append bytevector-copy bytevector-copy! bytevector-length bytevector-u8-ref -- cgit 1.4.1-21-gabe81