X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/f4efa7fff2efa6a3144fc664683137df92c42f91..a5a635a2ec9a1187c8ebd30c0baab32dd70bd593:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index b180396..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: - :simple-date :postmodern)) - - + :cl-postgres + :simple-date-postgres + :postmodern )) (defsystem :lisp-on-lines.test