Added NULL description and added :when option for attribute active
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index 0e32bf7..f4af77b 100644 (file)
@@ -60,7 +60,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
-                                                          (:file "clos"))
+                                                          (:file "null")
+                                                          (:file "clos")
+                                                          )
                                                           
                                              :serial t))
                                     
@@ -68,9 +70,9 @@ OTHER DEALINGS IN THE SOFTWARE."
   :serial t
   :depends-on (:contextl :arnesi :alexandria :parse-number
                         ;;for rofl:
-                         :cl-postgres :simple-date :postmodern))
-
-
+                        :cl-postgres
+                        :simple-date-postgres
+                        :postmodern ))
 
 
 (defsystem :lisp-on-lines.test