summaryrefslogtreecommitdiff
path: root/defpackage.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-29 17:58:58 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-29 17:58:58 +0200
commit7f829dbfba7de43bbc2402b12ea476c63a2ef1f0 (patch)
treed4c2f8d285951b7a5a29ed9188fa533d84c80f94 /defpackage.lisp
parent29945a7ea76b60795b8dc6d6267924bfa4459357 (diff)
Store data using CLSQL rather than custom files.
darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94
Diffstat (limited to 'defpackage.lisp')
-rw-r--r--defpackage.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/defpackage.lisp b/defpackage.lisp
index cc828b3..72ba573 100644
--- a/defpackage.lisp
+++ b/defpackage.lisp
@@ -23,4 +23,5 @@
(defpackage #:mulk.journal
(:nicknames #:journal)
(:use #:cl #:fad #:iterate #:markdown #:yaclml #:http #:alexandria
- #:xml-emitter #:split-sequence))
+ #:xml-emitter #:split-sequence #:clsql)
+ (:shadow #:format-date))