From 8b56ff1b893350c0dfe6f186c1ea50c94db79e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Wed, 4 Jan 2017 08:09:06 +0100 Subject: [PATCH] tools.cal: using calendar.english --- extra/tools/cal/cal.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tools/cal/cal.factor b/extra/tools/cal/cal.factor index 0a343984ef..9f50d82a7e 100644 --- a/extra/tools/cal/cal.factor +++ b/extra/tools/cal/cal.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2016 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: accessors calendar combinators command-line +USING: accessors calendar calendar.english combinators command-line formatting grouping io kernel math.parser math.ranges namespaces sequences sequences.extras strings.tables ; IN: tools.cal