projects
/
cl-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1ca2e
)
graph depends on macros too
author
Gary King
<gwking@metabang.com>
Wed, 1 Mar 2006 00:04:04 +0000
(19:04 -0500)
committer
Gary King
<gwking@metabang.com>
Wed, 1 Mar 2006 00:04:04 +0000
(19:04 -0500)
darcs-hash:
20060301000404
-3cc5d-
00f905069a7af1a6a2950df9dfe2431305c58b3a
.gz
cl-graph.asd
patch
|
blob
|
history
diff --git
a/cl-graph.asd
b/cl-graph.asd
index
9fe2530
..
9c21442
100644
(file)
--- a/
cl-graph.asd
+++ b/
cl-graph.asd
@@
-33,7
+33,7
@@
instructions."))
(:file "macros"
:depends-on ("package"))
(:file "graph"
- :depends-on ("api"))
+ :depends-on ("api" "macros"))
(:file "graph-container"
:depends-on ("graph"))
(:file "graph-matrix"