diff options
author | Peter Bex <peter@more-magic.net> | 2024-09-13 19:55:21 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2024-09-13 19:56:32 +0200 |
commit | e53e363acc464f614b0d42a9b59e8177e97390fb (patch) | |
tree | 3400fcef18820c605d64450fa7f276effda47ba7 /henrietta-cache.scm | |
parent | cee76b795490a8823cde3072eaddeffbfb7493e5 (diff) | |
download | henrietta-cache-1.7.tar.gz |
Port to CHICKEN 61.7
This is just adding another cond-expand
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r-- | henrietta-cache.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index ae5c449..b376b3e 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -14,6 +14,12 @@ (chicken process) (chicken process-context) (chicken pathname) (chicken io) (chicken sort) (chicken irregex) (chicken file posix) + http-client matchable uri-common srfi-1)) + (chicken-6 (import (scheme base) (chicken base) (chicken condition) + (chicken file) (chicken format) (chicken string) (chicken port) + (chicken process) (chicken process-context) + (chicken pathname) (chicken io) (chicken sort) + (chicken irregex) (chicken file posix) http-client matchable uri-common srfi-1))) (define (usage code) |