diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-05-27 08:53:20 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-05-27 08:54:07 +0200 |
commit | 567f3ebbe6f60a872a57489516855b113315e341 (patch) | |
tree | f1aea83699ae03bb824bbce4032ffa6781f64626 | |
parent | 829b2c414ce186794f8818962493072b920835a4 (diff) |
Update system definition for updated Postmodern.
-rw-r--r-- | mulkcms.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd index 24ac416..55a2cbe 100644 --- a/mulkcms.asd +++ b/mulkcms.asd @@ -11,7 +11,7 @@ :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 - :local-time) + :local-time :simple-date/postgres-glue) :components ((:file "package") (:file "site") (:file "mulkcms") |