Skip to content
Herbert Valerio Riedel edited this page Sep 22, 2015 · 23 revisions

This is a page to collect ideas for Cabal/Hackage hacking tasks/mini-projects for the Haskell Infrastructure Hackathon

Feel free to expand individual bullet points into full (linked) pages or tickets/issues.

  • Cabal documentation.

    Cabal's user guide could be a lot better. It's currently a mix of tutorial and reference without being great at either. It also mostly only covers the .cabal file stuff and Setup.hs CLI, hardly touching on cabal-install.

    Anyone considering this should feel empowered to make decisions. You could decide to start from scratch with a new structure and just pinch material from the existing docs. You might want to fully split into tutorial and reference.

  • Include-able Common Stanzas #2832

    Allow to reduce duplication by moving common definitions to includable common stanzas which can then be included from other stanzas.

Clone this wiki locally