diff options
author | moritz <moritz@twoticketsplease.de> | 2012-01-31 00:24:10 +0100 |
---|---|---|
committer | moritz <moritz@twoticketsplease.de> | 2012-01-31 00:24:10 +0100 |
commit | f7608301daf1af4b39a11051829eabc6d5685df9 (patch) | |
tree | e23c6112f89847284160d2f58265b155a313da5c /henrietta-cache.scm | |
parent | 4dcfb6c59d984bb8ce62d75520c3d629f4b8f967 (diff) | |
download | henrietta-cache-f7608301daf1af4b39a11051829eabc6d5685df9.tar.gz |
use chicken-syntax for the init file
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r-- | henrietta-cache.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index e4e5263..8f63bba 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -1,4 +1,4 @@ -(use utils posix http-client matchable uri-common srfi-1) +(use utils posix http-client matchable uri-common srfi-1 chicken-syntax) (define (usage code) (print #<#EOF |