]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/uuid/uuid.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / uuid / uuid.factor
index b96434627b6f4ad3bbb959028ebd6576b8ed59ab..cb72219a797e2981cf9dbd536822aa6641e64d92 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 io.binary kernel math math.parser math.ranges
+checksums.sha endian kernel math math.parser math.ranges
 random sequences strings system unicode ;
 IN: uuid