diff options
Diffstat (limited to 'json.asd')
-rw-r--r-- | json.asd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (asdf:defsystem #:json :serial t - :depends-on () + :depends-on (#:monparser) :components ((:file "package") (:file "json"))) |