]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/hashcash/hashcash.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / hashcash / hashcash.factor
index 017cb4bcd0956edd21fe77dd543e6d4a43796b15..a8e597058d25f6984b28546755670b572937b692 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors byte-arrays calendar checksums
 checksums.openssl classes.tuple formatting io.encodings.ascii
 io.encodings.string kernel literals math math.functions
-math.parser math.ranges present random sequences splitting ;
+math.parser ranges present random sequences splitting ;
 IN: hashcash
 
 ! Hashcash implementation