summaryrefslogtreecommitdiff
path: root/packages/komodo/komodo.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-04-03 14:48:49 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-04-03 14:48:49 +0200
commit17df3f9d080134ad7c6fef6b18ecd4fdf5c61906 (patch)
tree6c508e50c17c0e519786227e6b2c9d1cbfbb796b /packages/komodo/komodo.scm
parenta7b0e19e0dcfa74f29b992199c2535015dd72ed4 (diff)
strong-type: rename module: reflect file structure
Diffstat (limited to 'packages/komodo/komodo.scm')
-rw-r--r--packages/komodo/komodo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/komodo/komodo.scm b/packages/komodo/komodo.scm
index 584f4b2..a5aa4f7 100644
--- a/packages/komodo/komodo.scm
+++ b/packages/komodo/komodo.scm
@@ -35,7 +35,7 @@
#:use-module (packages komodo refl-cpp)
#:use-module (packages komodo sortfilterproxymodel)
#:use-module (packages komodo spdlog)
- #:use-module (strong-type)
+ #:use-module (packages komodo strong-type)
#:use-module (taskflow-2)
#:use-module (wally))