
30 May
2014
30 May
'14
10:46 a.m.
On 2014-05-30 11:00, John Meacham wrote:
JHC has the feature that
Graphics.UI.GTK.Button can live in any of:
Graphics/UI/GTK/Button.hs Graphics/UI/GTK.Button.hs Graphics/UI.GTK.Button.hs Graphics.UI.GTK.Button.hs
It lets you have deep module hiarchies without deep directory hierarchies and is not terribly surprising as behaviors go.
This sounds much more appealing idea in that all the necessary information is still in the file system and not tangled up in the build specification (compiler flags). Regards,