aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 22:12:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 22:12:33 +0100
commitba48718b5bc6d0eb4eef1f8ead91940e1c011206 (patch)
tree9ac399554174d29f03bd91eda57ed62e5948491f /module/datetime.scm
parentDatetime remove old commented parse-month. (diff)
downloadcalp-ba48718b5bc6d0eb4eef1f8ead91940e1c011206.tar.gz
calp-ba48718b5bc6d0eb4eef1f8ead91940e1c011206.tar.xz
Datetime restrict imports.
We might want to break datetime out into its own (independent) module, but for that we should have a clear understanding of what it uses.
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index 95f2f77d..3b03bf53 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -9,17 +9,18 @@
:use-module (srfi srfi-9)
:use-module (srfi srfi-9 gnu)
- :use-module (hnh util)
+ :use-module ((hnh util)
+ :select (vector-last define*-public set! -> swap case* set
+ span-upto let* set->))
:use-module (srfi srfi-41)
- :use-module (srfi srfi-41 util)
+ :use-module ((srfi srfi-41 util)
+ :select (with-streams))
:use-module (ice-9 i18n)
:use-module (ice-9 format)
- :use-module (ice-9 match)
:use-module (ice-9 regex)
:use-module (calp util config)
- :re-export (locale-month locale-month-short)
- )
+ :re-export (locale-month locale-month-short))
;;; Enums