summaryrefslogtreecommitdiff
path: root/monparser.asd
diff options
context:
space:
mode:
Diffstat (limited to 'monparser.asd')
-rw-r--r--monparser.asd3
1 files changed, 1 insertions, 2 deletions
diff --git a/monparser.asd b/monparser.asd
index 68165a9..37e47b1 100644
--- a/monparser.asd
+++ b/monparser.asd
@@ -1,10 +1,9 @@
(defsystem #:monparser
:serial t
+ :depends-on (#:utils #:cursed)
:components
((:file "package")
- (:file "input")
(:file "base")
(:file "core")
- (:file "quant")
(:file "extra")
(:file "main")))