[Cl-darcs-cvs] r65 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Nov 1 00:39:24 UTC 2006


Author: mhenoch
Date: Tue Oct 31 19:39:23 2006
New Revision: 65

Modified:
   cl-darcs/trunk/cl-darcs.asd
Log:
Add dependency on cl-ppcre


Modified: cl-darcs/trunk/cl-darcs.asd
==============================================================================
--- cl-darcs/trunk/cl-darcs.asd	(original)
+++ cl-darcs/trunk/cl-darcs.asd	Tue Oct 31 19:39:23 2006
@@ -19,7 +19,9 @@
 	       ;; Ironclad's SHA1 doesn't work with CLISP yet
 	       #+clisp :sb-sha1
 	       ;; Files and directories
-	       :cl-fad)
+	       :cl-fad
+	       ;; Regexps
+	       :cl-ppcre)
 
   :components
   ((:file "packages")



More information about the Cl-darcs-cvs mailing list