| 45 | | == Mailing lists and IRC == |
| 46 | | |
| 47 | | GHC developers hang out on the [http://www.haskell.org/mailman/listinfo/cvs-ghc cvs-ghc mailing list]. This list also receives the following: |
| 48 | | |
| 49 | | * checkins on the main ghc repository |
| 50 | | * patches sent by {{{darcs send}}} |
| 51 | | * nightly build reports |
| 52 | | |
| 53 | | The traffic level varies quite a bit depending on how much activity there is. |
| 54 | | |
| 55 | | Checkins for packages are reported on the [http://www.haskell.org/mailman/listinfo/cvs-libraries cvs-libraries mailing list]. To get mail from all the {{{cvs-*}}} lists, subscribe to the [http://www.haskell.org/mailman/listinfo/cvs-all cvs-all mailing list] (but don't post there, please). |
| 56 | | |
| 57 | | GHC developers also hang out on {{{#ghc}}} channel on [http://freenode.net/ FreeNode]. This is a good place to ask questions related to working on GHC itself; if you have more general questions then {{{#haskell}}} is probably more appropriate. |
| 58 | | |