X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/4358148e6c67fcc2ae24050c54d8050b4dc03f9d..f4efa7fff2efa6a3144fc664683137df92c42f91:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index fcb4394..b180396 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -39,8 +39,10 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :src :components ((:file "contextl-hacks") + (:file "packages") + (:file "rofl") (:file "utilities") (:file "display") @@ -54,16 +56,19 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :standard-descriptions :components ((:file "t") + (:file "inline") (:file "edit") (:file "symbol") (:file "list") (:file "clos")) - ) + :serial t)) :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria)) + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :simple-date :postmodern)) @@ -74,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))