]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/retries/retries.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / retries / retries.factor
index 1a294abc0ab57718e3e2742eb73819b9be0e91fc..29a069d34f04dff29472fe2aa22dee6bd8a9f5ec 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2021 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays calendar combinators combinators.smart
-continuations kernel math math.functions math.parser math.ranges
+continuations kernel math math.functions math.parser ranges
 namespaces prettyprint random sequences system threads ;
 IN: retries