summaryrefslogtreecommitdiff
path: root/mulkutils.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkutils.asd')
-rw-r--r--mulkutils.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/mulkutils.asd b/mulkutils.asd
index 696584f..767a0d9 100644
--- a/mulkutils.asd
+++ b/mulkutils.asd
@@ -1,8 +1,8 @@
(defsystem "mulkutils"
:description "Random utilities by Matthias Benkard."
- :version "0.0.2"
+ :version "0.1.0"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 2 or higher"
- :depends-on ()
+ :depends-on (:arnesi)
:components ((:file "lambda"))
:serial t)