]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/channels.factor
Fixing basis -> extra dependencies
[factor.git] / basis / channels / channels.factor
index 9b5cbee04b1960ecb30cea4ddf58a02b03e57475..545d8a0e1d08b1f6a74735201fbcc7462d464765 100755 (executable)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 !
 ! Channels - based on ideas from newsqueak
-USING: kernel sequences sequences.lib threads continuations
-random math accessors ;
+USING: kernel sequences threads continuations
+random math accessors random ;
 IN: channels
 
 TUPLE: channel receivers senders ;