X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph.asd;h=d13ea3ddaa0ca8fa8119144664c80fc267bfc2ca;hb=2926febda5cac7ca367cdeccb934d54e146c3702;hp=6ef0b94d72b5fcfe2c850d682b47c0d37af760c5;hpb=25d9c9819ce0bb610c024c3ef760660e76653c21;p=cl-graph.git diff --git a/cl-graph.asd b/cl-graph.asd index 6ef0b94..d13ea3d 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -17,7 +17,7 @@ instructions.")) (asdf:operate 'asdf:load-op 'asdf-system-connections) (defsystem cl-graph - :version "0.8.1" + :version "0.8.3" :author "Gary Warren King " :maintainer "Gary Warren King " :licence "MIT Style License" @@ -55,12 +55,12 @@ instructions.")) (describe (funcall (intern (symbol-name '#:run-tests) :lift) :suite '#:cl-graph-test))) - :depends-on (metatilities - cl-containers - metabang-bind - cl-mathstats + :depends-on (:metatilities + :cl-containers + :metabang-bind + :cl-mathstats ;; makes ASDF-Install get this automatically - asdf-system-connections + :asdf-system-connections )) (defmethod operation-done-p