From af2bc0d360082721197128171eddaad2d12a6905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Apr 2020 12:56:20 +0200 Subject: Add "missing" regex import. --- module/repl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/repl.scm') diff --git a/module/repl.scm b/module/repl.scm index f73f3da6..a0133403 100644 --- a/module/repl.scm +++ b/module/repl.scm @@ -1,6 +1,6 @@ (define-module (repl) :use-module (system repl server) - ) + :use-module (ice-9 regex)) (define-public (runtime-dir) (or (getenv "XDG_RUNTIME_DIR") -- cgit v1.2.3