diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-15 12:46:52 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-15 12:46:52 -0400 |
commit | d979ed3a1e50f0d73f204076092cb8e4fa033c72 (patch) | |
tree | 918f8dc4807b61002431fcd64497d4bddfa6fbd8 /haunt/ui.scm | |
parent | 874c8c73228159cb4be1269b92f55c3862908bec (diff) |
Mark modules that call 'load' as non-declarative.v0.2.5
Diffstat (limited to 'haunt/ui.scm')
-rw-r--r-- | haunt/ui.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm index 5ae7dd2..8c7c549 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -23,6 +23,7 @@ ;;; Code: (define-module (haunt ui) + #:declarative? #f #:use-module (ice-9 format) #:use-module (ice-9 ftw) #:use-module (ice-9 match) |