common-lisp.net
/
users/frideau/fare-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
638e749
)
Depend on asdf-driver, not asdf.
author
Francois-Rene Rideau
<tunes@google.com>
Tue, 15 Jan 2013 16:15:52 +0000 (11:15 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Tue, 15 Jan 2013 16:15:52 +0000 (11:15 -0500)
fare-utils.asd
patch
|
blob
|
blame
|
history
diff --git
a/fare-utils.asd
b/fare-utils.asd
index
c6797fb
..
ca4f752
100644
(file)
--- a/
fare-utils.asd
+++ b/
fare-utils.asd
@@
-5,7
+5,7
@@
It contains a lot of basic everyday functions and macros,
but also a library of pure and stateful datastructures,
and Lisp extensions for memoization and reader interception."
- :depends-on (:asdf)
+ :depends-on (:asdf-driver)
:components
((:file "package")