Properties are special now!
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index abecfd6..bb4117b 100644 (file)
@@ -41,6 +41,7 @@ OTHER DEALINGS IN THE SOFTWARE."
                        :components ((:file "contextl-hacks")
                                     (:file "packages")
                                     
                        :components ((:file "contextl-hacks")
                                     (:file "packages")
                                     
+                                    (:file "rofl")
                                     (:file "utilities")
                                     
                                     (:file "display")
                                     (:file "utilities")
                                     
                                     (:file "display")
@@ -54,6 +55,7 @@ OTHER DEALINGS IN THE SOFTWARE."
 
                                    (:module :standard-descriptions
                                              :components ((:file "t")
 
                                    (:module :standard-descriptions
                                              :components ((:file "t")
+                                                          (:file "inline")
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
@@ -63,7 +65,7 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     
                                     :serial t))
   :serial t
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria))
+  :depends-on (:contextl :arnesi :alexandria :postmodern))