summaryrefslogtreecommitdiff
path: root/defpackage.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:25:23 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:25:23 +0100
commit7e9e8ca8ed871bc8036b40140e7b78bea4e474c4 (patch)
treeb6cf56a040873ffba167203d89e865bdd6913389 /defpackage.lisp
parenta35566ab2d449c751dc5553810615e8f3b2dde0f (diff)
Add workaround for recent Alexandria/CL-FAD incompatibility.
darcs-hash:9ccbb464a7ac64880abfb2a6b24b1cfca2eaf8e9
Diffstat (limited to 'defpackage.lisp')
-rw-r--r--defpackage.lisp2
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))