From b6d59c01066ab2315e84fe7eb5659e376e56de1b Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 22 Jun 2024 14:53:18 -0700 Subject: Add: parenscript dep; Fix: html elem render; Fix: --- hypnotisml.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypnotisml.asd') 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"))) -- cgit v1.2.3