From 21771adc7454ae186823b3f30d43c2fb80d70fc2 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 21 Mar 2015 13:54:46 +0100 Subject: Properly capitalize filenames when extracting to Haskell. (Fix for bug #3221) --- plugins/extraction/haskell.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/extraction/haskell.ml') 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; -- cgit v1.2.3