summaryrefslogtreecommitdiff
path: root/hypnotisml.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-06-23 12:49:46 -0700
committercolin <colin@cicadas.surf>2024-06-23 12:49:46 -0700
commit1505dcf49d8a727b95f15e84a8ea4eda6a5a9ec2 (patch)
treee7d006a37f8918d42a095e4d2d143f86dbeccb42 /hypnotisml.asd
parentb6d59c01066ab2315e84fe7eb5659e376e56de1b (diff)
changes various and sundry
Diffstat (limited to 'hypnotisml.asd')
-rw-r--r--hypnotisml.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypnotisml.asd b/hypnotisml.asd
index 53be346..15d90e1 100644
--- a/hypnotisml.asd
+++ b/hypnotisml.asd
@@ -7,6 +7,6 @@
:version "0.0.1"
:pathname "src/"
:serial t
- :depends-on (#:def #:alexandria #:parenscript)
+ :depends-on (#:def #:alexandria #:parenscript #:closer-mop)
:components ((:file "package")
(:file "hypnotisml")))