]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/server/server.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / logging / server / server.factor
index 3f133e32fb88645cf68a4ed27d50985688909aea..5cfae1ab202555dd041a0cb77866328c625403c1 100644 (file)
@@ -3,7 +3,7 @@
 USING: assocs calendar calendar.format combinators
 concurrency.messaging continuations debugger destructors init io
 io.directories io.encodings.utf8 io.files io.pathnames kernel
-locals math math.parser math.ranges namespaces sequences
+locals math math.parser ranges namespaces sequences
 strings threads ;
 IN: logging.server