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,

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to