X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b1c8f43be32503f3911e60696dba8c9194f28ca5..c29b2d2dda5ab82f7458666c154094693bfe9f1b:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index 0e32bf7..f4af77b 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -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