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/flow.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/text/flow.scm') diff --git a/module/text/flow.scm b/module/text/flow.scm index 75ef5ccf..b9f0e387 100644 --- a/module/text/flow.scm +++ b/module/text/flow.scm @@ -1,5 +1,5 @@ (define-module (text flow) - :use-module (util) + :use-module (calp util) :use-module (text util) :use-module (srfi srfi-1) ) -- cgit v1.2.3