Fix missing `without-special-symbol-access' in `funcall-with-attribute-context'
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index 1d74b1d..c6f5a74 100644 (file)
@@ -36,24 +36,21 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE."
   :components ((:static-file "lisp-on-lines.asd")
-              
               (:module :src
-                       :components ((:file "contextl-hacks")
-
-                                    (:file "packages")
-                                    
-
+                       :components ((:file "packages")
                                     (:file "utilities")
-                                    
+                                    (:module :mao
+                                             :components ((:file "simple-plist-attribute") 
+                                                          (:file "attribute")                              
+                                                          (:file "description-class")
+                                                          (:file "description")
+                                                          (:module :display
+                                                           :components ((:file "display-attribute") 
+                                                                        (:file "display-description")                              
+                                                                        (:file "define-description-compat"))
+                                                           :serial t))
+                                             :serial t)
                                     (:file "display")
-                                    
-                                    (:file "attribute")
-                                   
-                                    (:file "description-class")
-                                    (:file "description")
-
-
-
                                    (:module :standard-descriptions
                                              :components ((:file "t")
                                                           (:file "inline")
@@ -69,7 +66,7 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria :parse-number
+  :depends-on (:contextl :arnesi :alexandria :parse-number :yaclml :trivial-garbage
  ))