Properties are special now!
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index fcb4394..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,16 +55,17 @@ 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 "clos"))
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
                                                           (:file "clos"))
-                                                          )
+                                                          
                                              :serial t))
                                     
                                     :serial t))
   :serial t
                                              :serial t))
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria))
+  :depends-on (:contextl :arnesi :alexandria :postmodern))