X-Git-Url: http://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/4358148e6c67fcc2ae24050c54d8050b4dc03f9d..6fe664d14f96294676a35f455ea5d4839bb0fb9d:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index fcb4394..a3181f2 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,17 @@ 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 :postmodern))