]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.cal: use calendar.english.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 4 Jan 2017 03:15:57 +0000 (19:15 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 4 Jan 2017 15:29:08 +0000 (07:29 -0800)
extra/tools/cal/cal.factor

index 9f50d82a7e31ee072e6fe2552c0fe7ad7dbf5ba9..72619e16362a5656047514a7174e823c2b4cb65d 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2016 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-USING: accessors calendar calendar.english combinators command-line
-formatting grouping io kernel math.parser math.ranges namespaces
-sequences sequences.extras strings.tables ;
+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
 
 <PRIVATE