aboutsummaryrefslogtreecommitdiff
path: root/plugins/extraction/haskell.ml
diff options
context:
space:
mode:
authorGuillaume Melquiond2015-03-21 13:54:46 +0100
committerGuillaume Melquiond2015-03-21 13:54:46 +0100
commit21771adc7454ae186823b3f30d43c2fb80d70fc2 (patch)
tree01018e82305ae39d7454fa6cb726b6c8039b9ef2 /plugins/extraction/haskell.ml
parent58521e6066974833bb83e98a6bb17feb0c1fee90 (diff)
Properly capitalize filenames when extracting to Haskell. (Fix for bug #3221)
Diffstat (limited to 'plugins/extraction/haskell.ml')
-rw-r--r--plugins/extraction/haskell.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extraction/haskell.ml b/plugins/extraction/haskell.ml
index d8eda87d60..3e5a90efed 100644
--- a/plugins/extraction/haskell.ml
+++ b/plugins/extraction/haskell.ml
@@ -360,6 +360,7 @@ let pp_struct =
let haskell_descr = {
keywords = keywords;
file_suffix = ".hs";
+ file_naming = string_of_modfile;
preamble = preamble;
pp_struct = pp_struct;
sig_suffix = None;