]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/uuid/uuid.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / uuid / uuid.factor
index cb72219a797e2981cf9dbd536822aa6641e64d92..818219192e82379709d649681602bc0a5bfed16f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 USING: byte-arrays calendar checksums checksums.md5
-checksums.sha endian kernel math math.parser math.ranges
+checksums.sha endian kernel math math.parser ranges
 random sequences strings system unicode ;
 IN: uuid