Exporting an #include from one package to another?

Conal Elliott conal at conal.net
Fri Nov 21 21:28:20 EST 2008


Is there a way to package up an #include like to share across (be #include'd
into) various other haskell packages?

I have some standard templates for type class instances that I can't define
as instances without creating lots of overlapping instances.  I can write an
include file easily enough, but I don't know how to get other packages to
find and #include that include file.

  - Conal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20081121/eb84d43d/attachment.htm


More information about the Glasgow-haskell-users mailing list