2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Add a few imports in preparation for Guile 3

This commit is contained in:
Christopher Baines 2020-02-27 21:12:16 +00:00
parent 0a5b8e585a
commit 71f483c816
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
(define-module (guix-data-service jobs)
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (ice-9 threads)
#:use-module (guix-data-service jobs load-new-guix-revision)
#:export (process-jobs

View file

@ -18,6 +18,7 @@
(define-module (guix-data-service jobs load-new-guix-revision)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:use-module (ice-9 threads)
#:use-module (ice-9 textual-ports)
#:use-module (ice-9 hash-table)
#:use-module (rnrs exceptions)