From 3c73865c134159de8d2919007b59941852998ed4 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 5 Sep 2007 19:25:34 +0200 Subject: Add MATCHING-DEFUN, a convenience wrapper around DEFUN and UNIFY:MATCH-CASE. darcs-hash:80b9a6a905d26026f39a8a656a351acaf02dcc79 --- mulkutils.asd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mulkutils.asd') 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 " :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) -- cgit v1.2.3