summaryrefslogtreecommitdiff
path: root/mulkutils.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-07-12 17:30:10 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-07-12 17:30:10 +0200
commitddf719390c5714ca4d92fb861d7caf1c971d4647 (patch)
treeddfdda827fdfb31a72436fb7449c474df0be3252 /mulkutils.asd
parent48d3d99d9ffaf0c7b10d5fbe93dc007630ab4b5c (diff)
Fix COLLECT-LAMBDA-ARGS.
darcs-hash:e4ca18c09830d4f37787ba97f66580885e2b15e8
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)