This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 20, 2019
-
-
Alexis Williams authored
-
- Jun 18, 2019
-
-
Oleg Grenrus authored
Fix #6082: Use pseudo-NonEmpty
-
Oleg Grenrus authored
-
- Jun 17, 2019
-
-
Herbert Valerio Riedel authored
-
- Jun 14, 2019
-
-
Oleg Grenrus authored
Rename generate(s) to be greppable
-
Oleg Grenrus authored
-
- Jun 12, 2019
-
-
Mikhail Glushenkov authored
Add CodeTriage badge to haskell/cabal
-
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.
-
- Jun 07, 2019
-
-
Ben Gamari authored
Simple.SrcDist: Fix search for DistPref
-
- Jun 06, 2019
-
-
Ben Gamari authored
Previously we would look at directly at the sDistDistPref flag. However, this may not be set, resulting in #6068. We should rather be using findDistPrefOrDefault to find the DistPref directory.
-
- Jun 03, 2019
-
-
Josh Meredith authored
Pass `@...` as a literal argument if the response file does not exist and support recursive response files
-
- Jun 02, 2019
-
-
Josh Meredith authored
-
- Jun 01, 2019
-
-
Oleg Grenrus authored
Update installing-packages.rst
-
Wasif Baig authored
Corrected a typo.
-
Josh Meredith authored
-
- May 31, 2019
-
-
Josh Meredith authored
-
- May 26, 2019
-
-
Erik de Castro Lopo authored
Improve error message for 'new-test' command
-
Erik de Castro Lopo authored
Fix spelling error
-
Erik de Castro Lopo authored
Suggest adding '--enable-tests'. [ci skip]
-
Erik de Castro Lopo authored
[ci skip]
-
- May 24, 2019
-
-
Josh Meredith authored
Fix datadir path in generated `Paths_` file
-
- May 22, 2019
-
-
Josh Meredith authored
-
Josh Meredith authored
-
- May 17, 2019
-
-
Mikhail Glushenkov authored
Fixes #6050.
-
Mikhail Glushenkov authored
Fixes #5986.
-
- May 14, 2019
-
-
Mikhail Glushenkov authored
-
- May 10, 2019
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fix typo in "Unexpected response" message
-
Toon Nolten authored
[ci skip]
-
- May 09, 2019
-
-
Luite Stegeman authored
dyn_js_hi -> js_dyn_hi dyn_js_o -> js_dyn_o
-
- May 08, 2019
-
-
Oleg Grenrus authored
Add autogen-includes field
-
Oleg Grenrus authored
autogen-includes aren't searched nor packages by `sdist`. This is relatively small code patch, but there are - change in file-format - short documentation of the field - `cabal check` - test-suite noise due new field in `BuildInfo`
-
Oleg Grenrus authored
Add autogen include directories for inplace packages
-
- May 07, 2019
-
-
Oleg Grenrus authored
Local packages may have include heades in - `inplaceDir </> d` (bundled, in source tree) - `inplaceDir </> libTargetDir </> d` (autogenerated, somewhere in builddir) We need both, for dependant packages to work. The simple reproduce case is to have `unix` and `process` locally in the project and try to build `process`.
-
Josh Meredith authored
Update ghcjs
-
- May 06, 2019
-
-
Mikhail Glushenkov authored
Fixes #6032.
-
Mikhail Glushenkov authored
Stop using Data.Monoid.{First,Last}
-
Josh Meredith authored
-