summaryrefslogtreecommitdiff
path: root/hypnotisml.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-06-22 14:53:18 -0700
committercolin <colin@cicadas.surf>2024-06-22 14:53:18 -0700
commitb6d59c01066ab2315e84fe7eb5659e376e56de1b (patch)
treed42888fad2e5caa5716ebde139e46d2b57258157 /hypnotisml.asd
parent4602591267732858e7125fdfabb781d8f23d6d2f (diff)
Add: parenscript dep; Fix: html elem render; Fix: <elem-replace>
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 28fb47c..53be346 100644
--- a/hypnotisml.asd
+++ b/hypnotisml.asd
@@ -7,6 +7,6 @@
:version "0.0.1"
:pathname "src/"
:serial t
- :depends-on (#:def #:alexandria)
+ :depends-on (#:def #:alexandria #:parenscript)
:components ((:file "package")
(:file "hypnotisml")))