
26 Apr
2008
26 Apr
'08
5:57 a.m.
On Sat, Apr 26, 2008 at 4:07 AM, Bulat Ziganshin
2. ghc supports this part of standard in a rather awkward way - you need to generate .hs-boot files using some switch (look into docs). which is like .h files generated automatic from .cpp. once these files aregenerated, your circular deps will be ok
Are you sure? I would be very interested in a switch that automatically generates hs-boot files, but I've been unable to find any mention of it. Stuart