summaryrefslogtreecommitdiff
path: root/cursed.asd
diff options
context:
space:
mode:
Diffstat (limited to 'cursed.asd')
-rw-r--r--cursed.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursed.asd b/cursed.asd
index 1969e8a..2d2076f 100644
--- a/cursed.asd
+++ b/cursed.asd
@@ -1,6 +1,6 @@
(defsystem #:cursed
:serial t
- :depends-on ()
+ :depends-on (#:utils)
:components
((:file "package")
(:file "cursed")))