This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 08 May, 2016 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 07 May, 2016 2 commits
-
-
Duncan Coutts authored
Add a lower bound of >= 1.18. Also improve the related comments. Using >= 1.18 since we currently have problems working with 1.16 as that version lacks support for named build targets. We ought to fix working with older versions though.
-
Duncan Coutts authored
Add transformers and old-time, and for ghc-compatible compilers also add ghc-prim and template-haskell. Have to double check if the old-time dep needs to be conditional, e.g. on ghc version.
-
- 06 May, 2016 11 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Unfortunately, it was too difficult to factor out the common code between ProjectBuilding and Install. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
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>
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
- 05 May, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 04 May, 2016 6 commits
-
-
Edsko de Vries authored
This commit looks somewhat bigger than it is because I moved some comments around so we can have longer comments for the constructors. The most important change is the documentation of the `QGoalReason` invariant on 'GoalChoice'. This commit doesn't change any actual code.
-
Edsko de Vries authored
OpenGoal contains a FlaggedDep which contains a lot more information than we actually need in the tree; we just need to know, which choice are we introducing: package, flag, or stanza? We don't need the full FlaggedDep tree.
-
Mikhail Glushenkov authored
Pkg-config constraints are actually a part of 1.24.
-
Edsko de Vries authored
This field is only added if the `debug-conflict-sets` flag is specified to `cabal config`; it adds a tree to `CallStack`s to a `ConflictSet`. This is very useful when trying to understand how a certain conflict set was constructed.
-
Edsko de Vries authored
This makes it a bit easier to modify it (for example, during debugging).
-
Edsko de Vries authored
-
- 03 May, 2016 1 commit
-
-
Mikhail Glushenkov authored
Fixes #3390. (cherry picked from commit 6f3a3e59)
-
- 02 May, 2016 4 commits
-
-
An outstanding bug in GHC pre-8 causes haddock comments on GADT constructors to fail, which in turn prevents the bootstrapping process from finishing. This works around it by skipping haddocks for hackage-security. (cherry picked from commit 02a313e9)
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Edsko de Vries authored
The plainHttpTransport implementation saved the resulting file only when the server responded with 200 OK, thus ignoring the payload from the server when the server responded with a 206 Partial Content. This was causing incremental updates through hackage-security to fail (it wouldn't fail fatally; hackage-security would notice the invalid timestamp and download the whole thing instead, but of course this means we're not actually getting any incremental behaviour).
-
- 29 Apr, 2016 1 commit
-
-
Lennart Kolmodin authored
The bash completion suffers from a number of issues, some fix with this patch; With this patch we expand the path to cabal as well as its arguments. For example; ~/code/cabal configure --with-ghc=$GHC <tab><tab> will now work. Both ~ and the $GHC variable will be expanded. If there are no .cabal files, or multiple files, the script will no longer crash. We still invoke cabal to get completions. If cabal detects an error and writes errors to STDERR, these will no longer be printed to the console. Instead we don't offer any completions.
-
- 27 Apr, 2016 3 commits
-
-
bardur.arantsson authored
-
bardur.arantsson authored
-
bardur.arantsson authored
-
- 26 Apr, 2016 2 commits
-
-
Mikhail Glushenkov authored
-
bardur.arantsson authored
-
- 25 Apr, 2016 4 commits
-
-
Mikhail Glushenkov authored
-
Herbert Valerio Riedel authored
This should address #2956 and is motivated by #3378
-
kristenk authored
- 24 Apr, 2016 2 commits
- 23 Apr, 2016 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-