summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorNicolas.Schodet2019-03-30 20:51:07 +0000
committeradmin2019-03-30 20:51:07 +0000
commit5c95642844f75183b23c4f6db5557e5585e945b5 (patch)
tree56a7dabc1fc2ff8eb29644674d276fcd4fe9e70a /doc/forum
parent9fd482040add03faf41bfd9ce99d7c5ef701a431 (diff)
How can File.mode be used in config.hs?
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/How_can_File.mode_be_used_in_config.hs___63__.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/How_can_File.mode_be_used_in_config.hs___63__.mdwn b/doc/forum/How_can_File.mode_be_used_in_config.hs___63__.mdwn
new file mode 100644
index 00000000..b2e1837c
--- /dev/null
+++ b/doc/forum/How_can_File.mode_be_used_in_config.hs___63__.mdwn
@@ -0,0 +1,7 @@
+Hello,
+
+if I try to use `File.mode` in my `config.hs`, I do not have access to modes
+defined in `Utility.FileMode` and `System.Posix.Files`. Is that intended? Is
+there a way to do it appart from changing `propellor.cabal`?
+
+Thanks!