X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/80fcd57c2870eac29dc3e21849d358b6b58adcf8..bd9c9c317657fe4d4cd1b7b4758f36b0f338ef3c:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index abecfd6..0e32bf7 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,6 +56,7 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :standard-descriptions :components ((:file "t") + (:file "inline") (:file "edit") (:file "symbol") (:file "list") @@ -63,7 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE." :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria)) + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :cl-postgres :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))