]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/crontab/crontab.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / crontab / crontab.factor
index 4da0567a813a2dfa1c1cafdefdf66f0f3ca85977..c2e34d9b7de73fc4ede85b76191590736938bf91 100644 (file)
@@ -3,7 +3,7 @@
 
 USING: accessors arrays ascii assocs calendar calendar.english
 calendar.private combinators combinators.short-circuit io kernel
-literals locals math math.order math.parser math.ranges
+literals locals math math.order math.parser ranges
 sequences splitting ;
 
 IN: crontab