summaryrefslogtreecommitdiff
path: root/mulkutils.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkutils.asd')
-rw-r--r--mulkutils.asd8
1 files changed, 5 insertions, 3 deletions
diff --git a/mulkutils.asd b/mulkutils.asd
index 1f80267..4eda9b2 100644
--- a/mulkutils.asd
+++ b/mulkutils.asd
@@ -1,8 +1,10 @@
(defsystem "mulkutils"
:description "Random utilities by Matthias Benkard."
- :version "0.2.0"
+ :version "0.3pre1"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 2 or higher"
- :depends-on (:arnesi)
- :components ((:file "lambda"))
+ :depends-on (:arnesi :unification)
+ :components ((:file "package")
+ (:file "lambda")
+ (:file "unification"))
:serial t)