From 8802f0c2fc776ce112f88a7ee1b36835515eb5a1 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Tue, 26 Feb 2008 21:43:58 -0600 Subject: [PATCH] builder.util: fix using --- extra/builder/util/util.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/builder/util/util.factor b/extra/builder/util/util.factor index a838eced6d..1081d3256d 100644 --- a/extra/builder/util/util.factor +++ b/extra/builder/util/util.factor @@ -4,7 +4,7 @@ USING: kernel words namespaces classes parser continuations math math.parser combinators sequences splitting quotations arrays strings tools.time parser-combinators new-slots accessors assocs.lib - combinators.cleave bake calendar ; + combinators.cleave bake calendar calendar.format ; IN: builder.util