Skip to content
Mikhail Glushenkov edited this page Sep 23, 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.

  • A man page for cabal-install #848

    cabal-install has been lacking a man page since forever. Would be nice to add one, perhaps auto-generated from --help output by cabal-install itself. Or cabal help foo could show a man page, like git help does.

  • 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