[fset-cvs] r10 - tags/fset_1.0.0

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


Author: sburson
Date: Sat May 26 20:59:00 2007
New Revision: 10

Modified:
   tags/fset_1.0.0/fset.asd
Log:
Fix reference to "gmap" in `fset.asd'.



Modified: tags/fset_1.0.0/fset.asd
==============================================================================
--- tags/fset_1.0.0/fset.asd	(original)
+++ tags/fset_1.0.0/fset.asd	Sat May 26 20:59:00 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