aboutsummaryrefslogtreecommitdiffhomepage
path: root/vampire.asd
diff options
context:
space:
mode:
Diffstat (limited to 'vampire.asd')
-rw-r--r--vampire.asd8
1 files changed, 7 insertions, 1 deletions
diff --git a/vampire.asd b/vampire.asd
index ec99dd2..92b5b2e 100644
--- a/vampire.asd
+++ b/vampire.asd
@@ -6,6 +6,12 @@
:license "Specify license here"
:version "0.0.1"
:serial t
- :depends-on (#:clog #:bknr.datastore)
+ :depends-on (#:clog
+ #:bknr.datastore
+ #:legion
+ #:defclass-std
+ #:binding-arrows)
:components ((:file "package")
+ (:file "definition-macros")
+ (:file "utilities")
(:file "vampire")))