Clarify imports

This commit is contained in:
Lassi Kortela 2021-08-21 16:39:33 +03:00
parent 48e45c9f9b
commit d1df666af4
1 changed files with 5 additions and 3 deletions

View File

@ -20,13 +20,15 @@
(srfi 193))
(cond-expand
(chicken
(import (chicken file)
(chicken process-context)
(import (only (chicken file)
create-directory
rename-file)
(only (http-client)
with-input-from-request)
(only (sxml-transforms)
SXML->HTML)
(only (traversal) group-by)
(only (traversal)
group-by)
(only (atom)
read-atom-feed
feed-entries