Missed imports

master
Brady McDonough 10 months ago
parent 27fc93915c
commit fff223b450

@ -15,7 +15,8 @@
#:use-module (yacswa git)
#:export (get-by-postal
get-by-hr))
get-by-hr
who-locked?))
;; Prevent the GC from collecting the associations
(define-once hr-syms '())

@ -3,6 +3,7 @@
#:use-module (artanis artanis)
#:use-module (artanis config)
#:use-module (ice-9 regex)
#:use-module (tk listlogic)
#:use-module (tk short)
#:use-module (yacswa data))

Loading…
Cancel
Save