From d3afa54144748685d12c159407194e03538e98de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Aug 2020 20:34:11 +0200 Subject: Move util modules into calp module.. --- module/text/markup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/text/markup.scm') diff --git a/module/text/markup.scm b/module/text/markup.scm index 84bf7f61..7e625725 100644 --- a/module/text/markup.scm +++ b/module/text/markup.scm @@ -1,5 +1,5 @@ (define-module (text markup) - :use-module (util) + :use-module (calp util) :use-module (srfi srfi-1) :use-module (ice-9 match) :use-module (ice-9 pretty-print) -- cgit v1.2.3