]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/format/format.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / calendar / format / format.factor
index 7792ae935d26d90bc46510ed45fa58f00ee2d5b2..9968ee7eb6e15e7118f60acdc09bb82f00522224 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays calendar calendar.english combinators
 formatting grouping io io.streams.string kernel make math
-math.order math.parser math.parser.private math.ranges present
+math.order math.parser math.parser.private ranges present
 quotations sequences splitting strings words ;
 IN: calendar.format