diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-10 22:25:23 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-10 22:25:23 +0100 |
commit | 7e9e8ca8ed871bc8036b40140e7b78bea4e474c4 (patch) | |
tree | b6cf56a040873ffba167203d89e865bdd6913389 | |
parent | a35566ab2d449c751dc5553810615e8f3b2dde0f (diff) |
Add workaround for recent Alexandria/CL-FAD incompatibility.
darcs-hash:9ccbb464a7ac64880abfb2a6b24b1cfca2eaf8e9
-rw-r--r-- | defpackage.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defpackage.lisp b/defpackage.lisp index 793d6c7..3911d1b 100644 --- a/defpackage.lisp +++ b/defpackage.lisp @@ -24,4 +24,4 @@ (:nicknames #:journal) (:use #:cl #:fad #:iterate #:markdown #:yaclml #:http #:alexandria #:xml-emitter #:split-sequence #:clsql #:drakma) - (:shadow #:format-date)) + (:shadow #:copy-file #:copy-stream #:format-date)) |