@@ -18,14 +18,31 @@ ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (import (prefix sqlite3 sqlite3:) srfi-1 ;; posix - regex regex-case srfi-69 (srfi 18) + regex regex-case srfi-69 (srfi 18) + srfi-13 ;; posix-extras directory-utils pathname-expand typed-records format sxml-serializer - sxml-modifications matchable) + sxml-modifications matchable + chicken.condition + chicken.file + chicken.file.posix + chicken.io + chicken.port + chicken.pretty-print + chicken.process + chicken.process-context + chicken.process-context.posix + chicken.process.signal + chicken.sort + chicken.string + chicken.time + chicken.time.posix + system-information +) (declare (unit runs)) (declare (uses db)) (declare (uses common)) (declare (uses items))