aboutsummaryrefslogtreecommitdiff
path: root/module/calp/benchmark
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-01 21:32:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-01 22:10:14 +0100
commit55477368f84f76b831d3b714c52784e7bb952021 (patch)
treedd8afcc594e1b8ec6f4c59777c343488ab049820 /module/calp/benchmark
parentDocument module-dependants. (diff)
downloadcalp-55477368f84f76b831d3b714c52784e7bb952021.tar.gz
calp-55477368f84f76b831d3b714c52784e7bb952021.tar.xz
Move path-append to own module.
Diffstat (limited to 'module/calp/benchmark')
-rw-r--r--module/calp/benchmark/parse.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/benchmark/parse.scm b/module/calp/benchmark/parse.scm
index f1ddf17d..1391d18a 100644
--- a/module/calp/benchmark/parse.scm
+++ b/module/calp/benchmark/parse.scm
@@ -1,5 +1,6 @@
(define-module (calp benchmark parse)
:use-module (hnh util)
+ :use-module ((hnh util path) :select (path-append))
:use-module (glob)
:use-module (statprof)