From: Andy S. <laz...@gm...> - 2010-05-27 08:38:30
|
Hi Axel, Axel Simon <Axe...@in...> writes: > For simplicity we could just add the Makefile. Creating a .cabal file is more work and nobody would > want to install the demos anyway, so it's a bit overkill. If we want cabal include those demos in distribution package, we must add them in "data-files". If you just add Makefile in "data-files", cabal won't include .hs file in demo directory. So i think current solution is best one. Cheers, -- Andy > > A. > On 27.05.2010, at 08:24, Andy Stewart wrote: > >> diffing dir... >> Thu May 27 01:19:24 EDT 2010 Andy Stewart <laz...@gm...> >> * Add cairo demo directory. >> Ignore-this: b1a70c2a24812fb84c899e4e8ce3ca6c >> hunk ./cairo/cairo.cabal 22 >> +Data-Dir: demo >> +Data-Files: cairo-clock-icon.png >> + CairoGhci.hs >> + Clock.hs >> + Drawing2.hs >> + Drawing.hs >> + Graph.hs >> + Makefile >> + StarAndRing.hs >> + Text.hs >> +[_^I_][_^I_][_^I_][_^I_][_$_] >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Gtk2hs-commit mailing list >> Gtk...@li... >> https://lists.sourceforge.net/lists/listinfo/gtk2hs-commit |