diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-02 01:24:12 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-02 01:24:12 +0100 |
commit | 413106be22f766c78b1d8391443546f99018b8a6 (patch) | |
tree | 9b507d7539aea509f1741c20a6a6a7f0f8d481a9 | |
parent | 6406c2616403ebac3a6e7be76badb05e68801264 (diff) |
Depend on Closure XML and Closure HTML.
-rw-r--r-- | mulkcms.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd index 22248a5..dceede4 100644 --- a/mulkcms.asd +++ b/mulkcms.asd @@ -6,7 +6,7 @@ :serial t :version "0.0.1" :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence - :cl-ppcre :cl-fad) + :cl-ppcre :cl-fad :cxml) :components ((:file "site") (:file "package") (:file "mulkcms"))) |