I've been working recently on bringing Fedora up to snuff as a platform to build Haskell software on:<br><br><a href="https://fedoraproject.org/wiki/SIGs/Haskell#Haskell_Platform_support">https://fedoraproject.org/wiki/SIGs/Haskell#Haskell_Platform_support</a><br>
<br>In my ideal world, it would be possible to install all of the necessities for decent Haskell development via a single short command line. I can see two ways to do this:<br><ul><li>Create a "haskell-devel" (or something) package that simply depends on all of the Haskell Platform's component packages. This would have the nice property of being versioned, just as the Haskell Platform itself is.</li>
<li>Create a "Haskell Development" group in comps. This is unknown territory to me: I don't know if it's a good idea, how it would work, how I'd edit it to add new dependencies when the Haskell Platform gets updates, or ... well, anything.</li>
</ul>What's the collective wisdom about the best approach for doing this?<br><br>Thanks,<br>Bryan.<br>