]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/validators/validators.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / validators / validators.factor
index b9587161fd74c1f6a0b0f044175a8b333b888464..77350003672f1a41f44c2d18945de3660b08beab 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs classes continuations hashtables kernel
-make math math.functions math.parser math.ranges namespaces
+make math math.functions math.parser ranges namespaces
 quotations regexp sequences sets unicode words xmode.catalog ;
 IN: validators