fixes, enhancements, and more update-to-latest-ucw stuff. minor, all of it.
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index a5961c7..31a352d 100644 (file)
                 (:module :src
                          :components ((:file "static-presentations")
                                       (:file "mewa")
+                                      (:file "validation")
+                                      (:file "validation/email-address")
                                       (:file "lisp-on-lines")
                                       (:file "presentations")
-                                      (:file "slot-presentations"))
+                                      (:file "slot-presentations")
+                                      (:file "slot-presentations/date"))
                          :serial t)
                 (:module :components
                          :pathname "src/components/"
                          :components ((:file "range-list")
                                       (:file "ajax"))))
     :serial t
-    :depends-on (:arnesi :ucw :meta-model :split-sequence))
+    :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre))