This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 02 Nov, 2018 1 commit
-
-
Matt Renaud authored
This page is often surfaces above the "Developing Quickstart" section in search results but a beginner ending up here may not know how to set up their package before using the commands here. This adds a link to the section in the docs that walks through how to set up a package so they don't need to go looking for it themselves.
-
- 06 Sep, 2018 1 commit
-
-
Herbert Valerio Riedel authored
-
- 03 Sep, 2018 1 commit
-
-
Herbert Valerio Riedel authored
and clean up various aspects related to the `cabal-version` field
-
- 24 Aug, 2018 1 commit
-
-
Leon Schoorl authored
-
- 06 Aug, 2018 2 commits
-
-
George Wilson authored
[ci skip]
-
quasicomputational authored
This restricts the solver to a closed set of packages. Previously, even with freeze files, there was no good way to instruct cabal-install to avoid pulling in extra, unconstrained packages. `--reject-unconstrained-dependencies=all` forces the solver to stay within the set of packages that are either local packages, explicit goals, or which are explicitly constrained in configuration files or via the `--constraint` flag Closes #2568.
-
- 02 Aug, 2018 3 commits
-
-
Herbert Valerio Riedel authored
This also enables and makes use of the Sphinx todo extension which provides an idiomatic way to annotate TODO items in .rst
-
Alexis Williams authored
-
Alexis Williams authored
[ci skip]
-
- 29 Jul, 2018 1 commit
-
-
Alexis Williams authored
[ci skip]
-
- 15 Jul, 2018 1 commit
-
-
Edward Z. Yang authored
-
- 14 Jul, 2018 1 commit
-
-
Duncan Coutts authored
-
- 13 Jul, 2018 2 commits
-
-
Alexis Williams authored
[ci skip]
-
Alexis Williams authored
[ci skip]
-
- 26 Jun, 2018 2 commits
-
-
Merijn Verstraaten authored
-
Merijn Verstraaten authored
[ci skip]
-
- 25 Jun, 2018 4 commits
-
-
quasicomputational authored
-
quasicomputational authored
[ci skip]
-
Alexis Williams authored
-
Alexis Williams authored
-
- 11 Jun, 2018 1 commit
-
-
Alexis Williams authored
-
- 02 Apr, 2018 1 commit
-
-
Xia Li-yao authored
[ci skip]
-
- 31 Mar, 2018 2 commits
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- 28 Mar, 2018 1 commit
-
-
alexbiehl authored
-
- 18 Jan, 2018 1 commit
-
-
Moritz Angermann authored
Using `package *` for all packages is in line with `package foo` for and does not introduce a new keyword to remember.
-
- 09 Jan, 2018 1 commit
-
-
Francesco Gazzetta authored
-
- 24 Dec, 2017 1 commit
-
-
Duncan Coutts authored
In the user guide, changelog and add a few code comments.
-
- 22 Nov, 2017 1 commit
-
-
Ben Gamari authored
Add --enable-split-sections flag and pipe it through to the GHC backend. Note that some of the implementation here could be made a bit more precise: -split-sections and -split-objs are mutually exlusive yet the types don't currently reflect this. Fixes #4819.
-
- 06 Nov, 2017 1 commit
-
-
Ben Gamari authored
-
- 23 Oct, 2017 1 commit
-
-
lspitzner authored
- Fix Makefile to work on arch where we need to use sphinx-build2 - README: mention python 2 and use Makefile - html output now properly links to github source - new-freeze documentation fixed for the --project-file case fixes #4833, #4834 [ci skip]
-
- 22 Oct, 2017 1 commit
-
-
Moritz Angermann authored
-
- 26 Sep, 2017 1 commit
-
-
Francesco Gazzetta authored
[ci skip]
-
- 21 Sep, 2017 1 commit
-
-
Herbert Valerio Riedel authored
This is just a quick incremental improvement to better describe the current situation of unreleased cabal 2.1 [skip ci]
-
- 12 Sep, 2017 1 commit
-
-
Alex Hirsch authored
-
- 22 Aug, 2017 1 commit
-
-
Moritz Kiefer authored
-
- 09 Aug, 2017 1 commit
-
-
Herbert Valerio Riedel authored
This builds on top of a0d80350 (#4575) and extends the syntax to support the token `all` or `*` to serve as wild-card for the relaxation subject, i.e. the following non-exhaustive list of forms is made possible (NB: the package name `all` is reserved on Hackage): allow-newer: somepkg:* allow-newer: somepkg:all allow-newer: somepkg:^* allow-newer: somepkg:^all allow-newer: all:^all allow-newer: *:^all allow-newer: *:^* allow-newer: *:* allow-newer: all:all Refer to the user's guide for details
-
- 07 Aug, 2017 1 commit
-
-
Herbert Valerio Riedel authored
[skip ci]
-
- 02 Aug, 2017 1 commit
-
-
Alex Biehl authored
-
- 01 Aug, 2017 1 commit
-
-
Moritz Angermann authored
-