diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-30 07:35:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-30 07:35:47 -0400 |
| commit | 345536941eeec4a4562222408d9f4326ce9b2645 (patch) | |
| tree | 7a491d8df377e75f5d493c0d875513027c0aa855 /doc/forum/5.3.5_import_errors.mdwn | |
| parent | 584a0ebdb5579bc13f0cf209aa148845bf84947d (diff) | |
| parent | 96ea8e04251bc23dd27faf1f486a2a9f9c29ff98 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc/forum/5.3.5_import_errors.mdwn')
| -rw-r--r-- | doc/forum/5.3.5_import_errors.mdwn | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/5.3.5_import_errors.mdwn b/doc/forum/5.3.5_import_errors.mdwn new file mode 100644 index 00000000..f69934f2 --- /dev/null +++ b/doc/forum/5.3.5_import_errors.mdwn @@ -0,0 +1,35 @@ +Hello, with the new 5.3.5 version,I have these errors now. + +At least for the two first I know that I need to add the dependencies to the executable. +but for the last one, I do not know how to proceed properly. + +Cheers + + + Building executable 'propellor-config' for propellor-5.3.5.. + [1 of 1] Compiling Main ( executables/propellor-config.hs, dist/build/propellor-config/propellor-config-tmp/Main.o ) + + executables/propellor-config.hs:14:1-25: error: + Could not find module ‘System.Posix.Files’ + Perhaps you meant System.Posix.Types (from base-4.10.1.0) + Use -v to see a list of the files searched for. + | + 14 | import System.Posix.Files + | ^^^^^^^^^^^^^^^^^^^^^^^^^ + + executables/propellor-config.hs:15:1-66: error: + Could not find module ‘System.FilePath.Posix’ + Use -v to see a list of the files searched for. + | + 15 | import System.FilePath.Posix ((</>), dropExtension, takeDirectory) + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + executables/propellor-config.hs:28:1-23: error: + Could not find module ‘Utility.FileMode’ + it is a hidden module in the package ‘propellor-5.3.5’ + Use -v to see a list of the files searched for. + | + 28 | import Utility.FileMode + | ^^^^^^^^^^^^^^^^^^^^^^^ + + HsCompilation exited abnormally with code 1 at Sun Apr 29 09:35:08 |
