Explicitly mention ghc_filesystem module name

This commit is contained in:
Robbert van der Helm
2022-06-10 15:13:39 +02:00
parent c4c4bacd14
commit 84ab5a4cd5
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ else
bitsery_dep = dependency('bitsery', version : '>=5.2.0')
endif
function2_dep = dependency('function2', version : '>=4.0.0')
ghc_filesystem_dep = dependency('ghc_filesystem', version : '>=1.5.0')
ghc_filesystem_dep = dependency('ghc_filesystem', modules : 'ghcFilesystem::ghc_filesystem', version : '>=1.5.0')
threads_dep = dependency('threads')
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.0.0')