This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Aug 16, 2022
-
-
cydparser authored
-
- Aug 11, 2022
-
-
Francesco Gazzetta authored
-
- Aug 03, 2022
-
-
Gautier DI FOLCO authored
* Give an example for `--enable-nix` flag * fixup! Give an example for `--enable-nix` flag * fixup! Give an example for `--enable-nix` flag
-
- Jul 29, 2022
-
-
ffaf1 authored
* Add `cabal get` documentation * Add `cabal upload` documentation * Add `cabal info` documentation * Add `cabal fetch` documentation * Add `cabal init` documentation stub * Add `cabal list` documentation * Add `cabal report` documentation * Add `cabal user-config` documentation * Add changelog for #8309 * Document alternatives to `cabal fetch`
-
- Jul 28, 2022
-
-
andreas.abel authored
-
- Jul 20, 2022
-
-
Javier Neira authored
* Warn about packages default value * Use double backquotes * Syntax correction Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jul 16, 2022
-
-
Bodigrim authored
* Implement --prefer-oldest * Test --prefer-oldest * Add changelog for --prefer-oldest * Add documentation for --prefer-oldest * Review suggestions Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jul 06, 2022
-
-
Artem Pelenitsyn authored
-
- Jul 04, 2022
-
-
Artem Pelenitsyn authored
With this option, 'cabal get' writes to the destination directory only the package description already available locally in one of the repository indices. The basename of the file name written to inside the target directory is the package-id rather than only the package name. This is mostly based on #1977 Co-authored-by:
Miëtek Bak <mietek@bak.io> Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com> Co-authored-by:
Herbert Valerio Riedel <hvr@gnu.org> Co-authored-by:
Miëtek Bak <mietek@bak.io>
-
- Jun 24, 2022
-
-
f-a authored
-
- Jun 15, 2022
-
-
f-a authored
-
- Jun 13, 2022
-
-
Marcin Szamotulski authored
-
- Jun 08, 2022
-
-
andreas.abel authored
fix warnings: update extlinks format to Sphinx 5
-
Artem Pelenitsyn authored
-
- Jun 04, 2022
-
-
Artem Pelenitsyn authored
-
Artem Pelenitsyn authored
There was nothing about installing packages in this file for a while now.
-
Artem Pelenitsyn authored
-
- Jun 03, 2022
-
-
Jan Synacek authored
-
Jan Synacek authored
Use proper option formatting instead of bullet points.
-
- May 28, 2022
-
-
-
The package counts have grown to 15353 and 43351 respectively as of this writing, hence the ratio has dropped from 5.6 to 2.8. Given the growth of Hackage, the comparison does not seem as important anymore (does it matter if you have 3 or 8 alternative libraries for the same purpose?). Dropping package counts to avoid the need for continuous updates.
-
- May 27, 2022
-
-
andreas.abel authored
It was a bit surprising to me that `cabal list-bin foo` prints a path to an executable `foo` that may not actually exist.
-
- May 25, 2022
-
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
- May 19, 2022
-
-
Hécate Moonlight authored
-
- May 16, 2022
-
-
cydparser authored
+ Update file-format-changelog.rst
-
- May 13, 2022
-
-
Mike Pilgrem authored
The original Cabal proposal https://www.haskell.org/cabal/proposal/ explained that `runhaskell`, in the proposal, was to refer to a symlink to `runhugs`, `runghc`, or `runnhc`. That explanation has been lost from the Cabal guide. Since the date of the original proposal, HUGS and NHC have fallen by the wayside. This pull request proposes two minor additions to restore the explanation: 1. A sentence "GHC provides the commands `runhaskell` and `runghc` (they are equivalent) to allow you to run Haskell programs without first having to compile them (scripts)." This wording closely follows that in the GHC user guide. 2. A clarification that `--help` provides information about the `Setup.hs` script (not the `runhaskell` command).
-
- May 11, 2022
-
-
Colton Clemmer authored
-
- May 02, 2022
-
-
Eric Lindblad authored
-
andreas.abel authored
Document only v2-haddock option syntax.
-
andreas.abel authored
The command-line syntax given was for `cabal v1-haddock`. Now, there is both the command-line syntax for `cabal haddock` and `cabal v1-haddock`. Furhter, add missing field: `haddock-quickjump`.
-
- Apr 29, 2022
-
-
cydparser authored
Resolves #7459
-
- Apr 21, 2022
-
-
danidiaz authored
This commit adds entries for the 'gen-bounds' and 'outdated' commands to the "cabal-install Commands" section of the user manual. Formerly, those commands were only described in the "Package description" section. Some, but not all, of the information in that section has been moved to the entires in the list of commands. This commit changes two other things: - The descriptions in the "Package description" were incorrectly placed as sub-sections of "Opening an interpreter session". They have been moved one level up. - changed the gen-bounds example, because it used dependencies which *already* had bounds as the starting point. Co-authored-by:
Daniel Díaz <diaz_carrete@yahoo.com> Co-authored-by:
Emily Pillmore <emilypi@cohomolo.gy> Co-authored-by:
gbaz <gershomb@gmail.com>
-
- Apr 13, 2022
-
-
gershomb authored
* allow glob matches of the form dir/**/FileNoExtension * allow glob matches of the form dir/**/FileNoExtension * tests, docs, changelong Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Apr 07, 2022
-
-
Phil de Joux authored
-
- Apr 06, 2022
-
-
Janus Troelsen authored
-
Janus Troelsen authored
-
- Apr 05, 2022
-
-
Daniel Cabral authored
-
- Mar 31, 2022
-
-
gershomb authored
* initial parser pass * first compiling pass * get more stuff sort of working * conditional parsing actually works * error cleanup and downloads * thread through http transport * fix merge * better errors and use extended project parsing uniformly * elif support, maybe? * fix outdated cmd, add tests, docs * fix docs * use legacyReadFields parser * changelog * cyclical import detection * fix shadowing * add missing file * finish merge * fix outstanding merge issue * use existing config available when checking for compiler for package flags * review comments * add missing test file * Update pr-7783 Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Mar 15, 2022
-
-
Javier Neira authored
-