builder: trim down USING:
parent
b3a4c89c12
commit
e1d43475b5
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
USING: kernel namespaces sequences splitting system combinators continuations
|
||||
parser io io.files io.launcher io.sockets prettyprint threads
|
||||
bootstrap.image benchmark accessors vars bake smtp builder.util ;
|
||||
bootstrap.image benchmark vars bake smtp builder.util accessors ;
|
||||
|
||||
IN: builder
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ USING: kernel words namespaces classes parser continuations
|
|||
io io.files io.launcher io.sockets
|
||||
math math.parser
|
||||
combinators sequences splitting quotations arrays strings tools.time
|
||||
parser-combinators accessors assocs.lib
|
||||
combinators.cleave bake calendar new-slots ;
|
||||
parser-combinators new-slots accessors assocs.lib
|
||||
combinators.cleave bake calendar ;
|
||||
|
||||
IN: builder.util
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue