X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/6de8d30004efc9337b8c40d2ff2d0a76651d23eb..bd9c9c317657fe4d4cd1b7b4758f36b0f338ef3c:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index bb4117b..0e32bf7 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -39,6 +39,7 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :src :components ((:file "contextl-hacks") + (:file "packages") (:file "rofl") @@ -65,7 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE." :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria :postmodern)) + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :cl-postgres :simple-date :postmodern)) @@ -76,6 +79,10 @@ OTHER DEALINGS IN THE SOFTWARE." (:file "description-test") (:file "attribute-test") (:file "display-test") + (:file "rofl-test") + (:module :standard-descriptions + :components ((:file "edit-test")) + :serial t) (:module :ucw :components ((:file "ucw-test")) :serial t))