summaryrefslogtreecommitdiff
path: root/hypnotisml.asd
diff options
context:
space:
mode:
Diffstat (limited to 'hypnotisml.asd')
-rw-r--r--hypnotisml.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/hypnotisml.asd b/hypnotisml.asd
index 15d90e1..98a1549 100644
--- a/hypnotisml.asd
+++ b/hypnotisml.asd
@@ -7,6 +7,7 @@
:version "0.0.1"
:pathname "src/"
:serial t
- :depends-on (#:def #:alexandria #:parenscript #:closer-mop)
+ :depends-on (#:def #:alexandria #:parenscript #:argot)
:components ((:file "package")
- (:file "hypnotisml")))
+ (:file "hypnotisml")
+ (:file "dom-transform")))