[ginseng-cvs] CVS ginseng
wchunye
wchunye at common-lisp.net
Wed Aug 11 12:02:31 UTC 2010
Update of /project/ginseng/cvsroot/ginseng
In directory cl-net:/tmp/cvs-serv8814
Modified Files:
ginseng.asd
Log Message:
support env-var.
--- /project/ginseng/cvsroot/ginseng/ginseng.asd 2010/08/09 12:27:25 1.1
+++ /project/ginseng/cvsroot/ginseng/ginseng.asd 2010/08/11 12:02:30 1.2
@@ -9,7 +9,9 @@
:depends-on (:hunchentoot
:iterate
:split-sequence
- :yaclml)
+ :yaclml
+ :alexandria ;; copy-hash-table
+ )
:components
((:module src
:serial t
More information about the ginseng-cvs
mailing list