This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 09 Jul, 2020 1 commit
-
-
Jan Hrček authored
-
- 02 Nov, 2019 1 commit
-
-
Herbert Valerio Riedel authored
They don't seem to have worked for a long time nor is there a relevant presence of Cabal devs on Slack.
-
- 12 Jun, 2019 1 commit
-
-
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.
-
- 12 Apr, 2019 2 commits
-
-
Mikhail Glushenkov authored
This follows GitHub's conventions: https://help.github.com/en/articles/setting-guidelines-for-repository-contributors
-
Mikhail Glushenkov authored
-
- 24 Nov, 2018 1 commit
-
-
Mikhail Glushenkov authored
-
- 16 Feb, 2018 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 17 Nov, 2017 1 commit
-
-
Moritz Angermann authored
I've so often failed to find that link. Let's just add it to the readme.
-
- 26 Oct, 2017 1 commit
-
-
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]
-
- 20 Oct, 2017 1 commit
-
-
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.
-
- 05 Jul, 2017 2 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
- 07 May, 2017 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 07 Mar, 2017 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 06 Mar, 2017 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 22 Jan, 2017 1 commit
-
-
Mikhail Glushenkov authored
It wasn't clear what "three-year support window for cabal-install" means re: self-upgrade. [ci skip]
-
- 13 Jan, 2017 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 07 Dec, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 31 Oct, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 16 Sep, 2016 1 commit
-
-
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.
-
- 06 Sep, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 04 Sep, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 31 Aug, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 26 Jul, 2016 2 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Oleg Grenrus authored
-
- 21 Jul, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 17 Jul, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 16 Jul, 2016 2 commits
-
-
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>
-
- 15 Jul, 2016 2 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 14 Jul, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 05 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 09 Feb, 2016 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 02 Oct, 2014 2 commits
-
-
Mikhail Glushenkov authored
-
Erik de Castro Lopo authored
-
- 06 Jul, 2014 1 commit
-
-
MaxGabriel authored
-
- 15 Apr, 2014 1 commit
-
-
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.
-