[fset-cvs] r9 - trunk

sburson at common-lisp.net sburson at common-lisp.net
Sun May 27 00:56:40 UTC 2007


Author: sburson
Date: Sat May 26 20:56:40 2007
New Revision: 9

Modified:
   trunk/fset.asd
Log:
Fix reference to "gmap" in `fset.asd'.



Modified: trunk/fset.asd
==============================================================================
--- trunk/fset.asd	(original)
+++ trunk/fset.asd	Sat May 26 20:56:40 2007
@@ -12,7 +12,7 @@
 (asdf:defsystem FSet
   :depends-on (:gmap)
   :components
-  ((:system :gmap)
+  ((:system :misc-extensions)
    (:module "Code"
 	    :components
 	    ((:file "defs" :in-order-to ((compile-op (load-op :gmap))



More information about the Fset-cvs mailing list