X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/80fcd57c2870eac29dc3e21849d358b6b58adcf8..a5a635a2ec9a1187c8ebd30c0baab32dd70bd593:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index abecfd6..f4af77b 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,18 +56,23 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :standard-descriptions :components ((:file "t") + (:file "inline") (:file "edit") (:file "symbol") (:file "list") - (:file "clos")) + (:file "null") + (:file "clos") + ) :serial t)) :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria)) - - + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :cl-postgres + :simple-date-postgres + :postmodern )) (defsystem :lisp-on-lines.test @@ -74,6 +81,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))