aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/exceptions.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/hnh/util/exceptions.scm (renamed from module/calp/util/exceptions.scm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/util/exceptions.scm b/module/hnh/util/exceptions.scm
index d9df30ed..fef0f1b5 100644
--- a/module/calp/util/exceptions.scm
+++ b/module/hnh/util/exceptions.scm
@@ -1,6 +1,6 @@
-(define-module (calp util exceptions)
+(define-module (hnh util exceptions)
#:use-module (srfi srfi-1)
- #:use-module (calp util)
+ #:use-module (hnh util)
#:use-module (calp util config)
#:use-module (ice-9 format)