summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-23 21:34:48 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-23 21:34:48 +0100
commit0888c3fb04d2eb32af3e68df5ff31fcdb08cafed (patch)
tree38c4a6224863eb8b983d39dfdc7234e142d50786
parent102249de72f3e4b6f9fe0d8d2d71440dec68cf8e (diff)
Add dependency on local-time to system definition.
-rw-r--r--[-rwxr-xr-x]mulkcms.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd
index 84c2ba9..24ac416 100755..100644
--- a/mulkcms.asd
+++ b/mulkcms.asd
@@ -10,7 +10,8 @@
:version "0.0.1"
:depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence
:cl-ppcre :cl-fad :cxml :json-template :cxml-stp
- :ironclad :flexi-streams :drakma :puri :simple-date)
+ :ironclad :flexi-streams :drakma :puri :simple-date
+ :local-time)
:components ((:file "package")
(:file "site")
(:file "mulkcms")