API CHANGE: Removed the OBJECT arg from attribute-value
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index abecfd6..a3181f2 100644 (file)
@@ -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,7 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria))
+  :depends-on (:contextl :arnesi :alexandria :postmodern))