X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/80fcd57c2870eac29dc3e21849d358b6b58adcf8..6de8d30004efc9337b8c40d2ff2d0a76651d23eb:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index abecfd6..bb4117b 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -41,6 +41,7 @@ OTHER DEALINGS IN THE SOFTWARE." :components ((:file "contextl-hacks") (:file "packages") + (:file "rofl") (:file "utilities") (:file "display") @@ -54,6 +55,7 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :standard-descriptions :components ((:file "t") + (:file "inline") (:file "edit") (:file "symbol") (:file "list") @@ -63,7 +65,7 @@ OTHER DEALINGS IN THE SOFTWARE." :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria)) + :depends-on (:contextl :arnesi :alexandria :postmodern))