<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>> <span
style="font-size:10.0pt;font-family:"Arial",sans-serif">What
am I doing wrong? Is filling the `mi_fixities` field of the
`ModIface` not enough to let importers see the correct fixities?</span></p>
<p>It seems like the renamer is looking for the fixities via
`mi_fix_fn (mi_final_exts iface)`, not `mi_fixities`.</p>
<p>You should try to replace:</p>
<p> , mi_final_exts = mi_final_exts empty</p>
<p>with:<br>
</p>
<p> , mi_final_exts = (mi_final_exts empty){ mi_fix_fn =
mkIfaceFixCache (mi_fixities partial)</p>
<p><br>
</p>
</body>
</html>