Add asdf-utils to the mix.
authorFrancois-Rene Rideau <tunes@google.com>
Thu, 2 Aug 2012 01:39:16 +0000 (21:39 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Thu, 2 Aug 2012 01:39:16 +0000 (21:39 -0400)
asdf-contrib.asd
build.xcvb

index a9a5a94..02520ae 100644 (file)
@@ -16,6 +16,7 @@
   (:asdf-bundle
    :asdf-condition-control ;; NB: distributed as part of xcvb
    :asdf-finalizers
+   :asdf-utils
    ;; :asdf-dependency-grovel ;; most people won't want this
    ;; :poiu ;; most people won't want this either
    )
index 92fec42..f10e1ed 100644 (file)
@@ -2,6 +2,6 @@
 (module
  (:fullname "asdf-contrib"
   :build-depends-on
-    ("/asdf" "/asdf-encodings" "/asdf-bundle" "/asdf-finalizers"
+    ("/asdf" "/asdf-encodings" "/asdf-bundle" "/asdf-finalizers" "/asdf-utils"
      "/xcvb/asdf-condition-control")
   :supersedes-asdf ("asdf-contrib")))