Is there a way to package up an #include like to share across (be #include&#39;d into) various other haskell packages?<br><br>I have some standard templates for type class instances that I can&#39;t define as instances without creating lots of overlapping instances.&nbsp; I can write an include file easily enough, but I don&#39;t know how to get other packages to find and #include that include file.<br>
<br>&nbsp; - Conal<br><br><br>