aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:20 +0200
commitaf2bc0d360082721197128171eddaad2d12a6905 (patch)
tree25780893205423ddad2e022365fa82845e4dba59
parentMove environment setup to standalone sh file. (diff)
downloadcalp-af2bc0d360082721197128171eddaad2d12a6905.tar.gz
calp-af2bc0d360082721197128171eddaad2d12a6905.tar.xz
Add "missing" regex import.
-rw-r--r--module/repl.scm2
1 files changed, 1 insertions, 1 deletions
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")