From: Andy G. <ha...@gi...> - 2009-11-09 15:58:07
|
Hi Eric (and all), I've finally got round to looking at this again... On 19 Oct 2009, at 13:20, Eric Y. Kow wrote: > Great. I think the latest version can always be retrieved with > > wget http://code.haskell.org/GenI/Setup.hs I've just taken this and put it into its own project on github: http://github.com/gimbo/osxSetup.hs > I sure wouldn't mind seeing some sort of Distribution.MacOSX module > (or > whatever) being distributed on hackage. What I've done so far is turn Setup.hs into Distribution/MacOSX.hs, and I'm about to start trying to work out how it would be called from a (simpler) Setup.hs, possibly in a nicely cross-platform manner. That probably means I need to join the cabal-devel list. > I wonder if that would work > well with cabal-install, specifying something like appbundle == > 0.1.* in > our Cabal files and having Setup.hs itself import a module from that > package. It may be a good idea to follow up on this with the Cabal > folks... If you've any suggestions, let me know. I'll keep you informed as to progress. Cheers! -Andy |