└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Haskell issues 2 | 3 | This is like [this unofficial Github issue tracker](https://github.com/isaacs/github), but for Haskell and all Haskell-related things (Cabal, Stack, standard libraries, etc etc etc). Our purpose is **discussing and taking care of each other's half-baked ideas**. 4 | 5 | Open an issue if: 6 | 7 | * You spotted a bug in documentation and don't know where to file it 8 | * GHC gives a weird error message and you don't know how to use GHC Trac 9 | * You want to add a new function to someone's library, but you don't know whether it's even a good idea and thus don't want to create an “add X” issue on the official tracker 10 | * You have an idea for Cabal but don't know whether one of a myriad open Cabal issues already deals with it 11 | * You think some library should be deprecated but you don't want to bother reaching the maintainer 12 | * You think it would be nice to have a library that does X 13 | 14 | Or you can look at the list of open issues and solve some of them! (E.g. by pinging people who maintain certain libraries, or opening issues elsewhere, or fixing something by yourself if you have commit rights for GHC/base/etc, or making a library out of a piece of code that you had lying on your hard drive.) 15 | 16 | ## Tags 17 | 18 | * [Changes made thanks to this project](https://github.com/aelve/haskell-issues/issues?utf8=%E2%9C%93&q=label%3Awin) 19 | 20 | ## List of official issue trackers 21 | 22 | Most important: 23 | 24 | * [GHC](https://ghc.haskell.org/trac/ghc/) (see [how to report a bug](https://ghc.haskell.org/trac/ghc/wiki/ReportABug)), 25 | [cabal-install](https://github.com/haskell/cabal), 26 | [Haddock](https://github.com/haskell/haddock/issues) 27 | * [Hackage](https://github.com/haskell/hackage-server), 28 | [haskell.org](https://github.com/haskell-infra/hl/issues) 29 | 30 | Tools: 31 | 32 | * [haskell-mode for Emacs](https://github.com/haskell/haskell-mode), 33 | [ghc-mod](https://github.com/DanielG/ghc-mod/issues) 34 | * [hlint](https://github.com/ndmitchell/hlint/issues) 35 | * [stack](https://github.com/commercialhaskell/stack/issues) 36 | * [lambdabot](https://github.com/lambdabot/lambdabot/issues) 37 | 38 | Libraries: 39 | 40 | * [bytestring](https://github.com/haskell/bytestring/issues), 41 | [containers](https://github.com/haskell/containers/issues), 42 | [unordered-containers](https://github.com/tibbe/unordered-containers/issues), 43 | [vector](https://github.com/haskell/vector/issues), 44 | [text](https://github.com/bos/text/issues) 45 | * [directory](https://github.com/haskell/directory/issues), 46 | [filepath](https://github.com/haskell/filepath/issues) 47 | * [transformers](http://hub.darcs.net/ross/transformers/issues), 48 | [mtl](https://github.com/ekmett/mtl/issues) 49 | * [time](https://github.com/haskell/time/issues) 50 | * [aeson](https://github.com/bos/aeson/issues) 51 | --------------------------------------------------------------------------------