]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/escape-strings/escape-strings.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / escape-strings / escape-strings.factor
index eb0b1d4490096bbb8df44ea3f583cd7fd0d5fa60..4c0f4b762eb815f957d9041c19085ede5977d2eb 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2017 John Benediktsson, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: ascii assocs checksums checksums.sha combinators fry
-kernel math math.functions math.parser math.ranges
+kernel math math.functions math.parser ranges
 math.statistics sequences sets sorting splitting strings uuid ;
 IN: escape-strings