From ddf719390c5714ca4d92fb861d7caf1c971d4647 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 12 Jul 2007 17:30:10 +0200 Subject: Fix COLLECT-LAMBDA-ARGS. darcs-hash:e4ca18c09830d4f37787ba97f66580885e2b15e8 --- mulkutils.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mulkutils.asd') 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 " :licence "GNU General Public License, version 2 or higher" - :depends-on () + :depends-on (:arnesi) :components ((:file "lambda")) :serial t) -- cgit v1.2.3