0.8.20.25:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 16 Mar 2005 10:11:10 +0000 (10:11 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 16 Mar 2005 10:11:10 +0000 (10:11 +0000)
Improve sb-simple-streams's dependency information (problem
noted by VJA sbcl-devel)

contrib/sb-simple-streams/sb-simple-streams.asd
version.lisp-expr

index 39cf6ed..f0860a9 100644 (file)
@@ -16,7 +16,7 @@
                (:file "classes" :depends-on ("iodefs"))
                (:file "internal" :depends-on ("classes"))
                (:file "strategy" :depends-on ("internal"))
-               (:file "impl" :depends-on ("internal" "fndb"))
+               (:file "impl" :depends-on ("internal" "fndb" "file" "string"))
                (:file "file" :depends-on ("strategy"))
                (:file "direct" :depends-on ("strategy"))
                (:file "null" :depends-on ("strategy"))
@@ -43,5 +43,3 @@
                     (c (eql (find-system :sb-simple-streams-tests))))
   (or (funcall (intern "DO-TESTS" (find-package "SB-RT")))
       (error "test-op failed")))
-
-
index 7f0dead..0e507e6 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.20.24"
+"0.8.20.25"