diff options
| author | Guillaume Melquiond | 2015-03-21 13:54:46 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-03-21 13:54:46 +0100 |
| commit | 21771adc7454ae186823b3f30d43c2fb80d70fc2 (patch) | |
| tree | 01018e82305ae39d7454fa6cb726b6c8039b9ef2 /plugins/extraction/haskell.ml | |
| parent | 58521e6066974833bb83e98a6bb17feb0c1fee90 (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.ml | 1 |
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; |
