This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 12, 2019
-
-
codetriage-readme-bot authored
Adds a badge showing the number of people helping this repo on CodeTriage. [](https://www.codetriage.com/haskell/cabal) ## What is CodeTriage? CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed [Read more about the CodeTriage project](https://www.codetriage.com/what). ## Why am I getting this PR? Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly over 3 years ago, [qizwiz](https://github.com/qizwiz) added this project to CodeTriage in order to start contributing. Since then, 15 people have subscribed to help this repo. ## What does adding a badge accomplish? Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project. You can see an example of a CodeTriage badge on these popular OSS READMEs: - [](https://www.codetriage.com/rails/rails) https://github.com/rails/rails - [](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal ## Have a question or comment? While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics. If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again. Thanks for making your project Open Source! Any feedback is greatly appreciated.
-
- Apr 12, 2019
-
-
Mikhail Glushenkov authored
This follows GitHub's conventions: https://help.github.com/en/articles/setting-guidelines-for-repository-contributors
-
Mikhail Glushenkov authored
-
- Nov 24, 2018
-
-
Mikhail Glushenkov authored
-
- Feb 16, 2018
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Nov 17, 2017
-
-
Moritz Angermann authored
I've so often failed to find that link. Let's just add it to the readme.
-
- Oct 26, 2017
-
-
Herbert Valerio Riedel authored
I notice imports like import qualified Text.PrettyPrint as Disp ( Doc, render, char, text ) which seem overly precise to me, when `Disp.` is only used locally as a module prefix, and there's no other imports sharing the same module prefix. Instead, it should suffice to either use import qualified Text.PrettyPrint as Disp or import Text.PrettyPrint ( Doc, render, char, text ) or in rare cases even import Text.PrettyPrint as Disp ( Doc, render, char, text ) Hence this relaxes the coding guidelines to allow these simpler forms to be used. [skip ci]
-
- Oct 20, 2017
-
-
Moritz Angermann authored
I've been failing to find this information a few times already. And I still remember not being able to find it the first time, without searching for quite a while. I hope this adds clarity to installing Cabal without cabal, and those who end up with just an unpacked ghc an no cabal to use.
-
- Jul 05, 2017
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
- May 07, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 07, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 06, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jan 22, 2017
-
-
It wasn't clear what "three-year support window for cabal-install" means re: self-upgrade. [ci skip]
-
- Jan 13, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Dec 07, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Oct 31, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 16, 2016
-
-
Mikhail Glushenkov authored
7.2.2 was released on Nov 11 2011, so we don't have to support it in the 2.0 release.
-
- Sep 06, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 04, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Aug 31, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jul 26, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
Oleg Grenrus authored
-
- Jul 21, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jul 17, 2016
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Jul 16, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jul 15, 2016
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Jul 14, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- May 05, 2016
-
-
Mikhail Glushenkov authored
-
- Feb 09, 2016
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Oct 02, 2014
-
-
Mikhail Glushenkov authored
-
Erik de Castro Lopo authored
-
- Jul 06, 2014
-
-
MaxGabriel authored
-
- Apr 15, 2014
-
-
Ian D. Bollinger authored
For some reason github is finicky when it comes to local links. Also, I'm dyslexic it seems when it comes to Markdown's link syntax.
-
Ian D. Bollinger authored
* Reformat tests/README, add links to individual files. * Add link to tests/README to HACKING. * Add links to license files.
-
Ian D. Bollinger authored
-