This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Aug, 2016 1 commit
-
-
Duncan Coutts authored
I think these names are now a bit more induitive / less confusing and a bit more consistent. We now have BuildOutcome(s) to mean either failure or a build result, and BuildResult to mean the result of a non-failing build.
-
- 09 Aug, 2016 1 commit
-
-
kristenk authored
Solver: Only link packages to other unlinked packages.
-
- 08 Aug, 2016 3 commits
-
-
Mikhail Glushenkov authored
Fix #3676, don't use --branch when checking out a branch with Git.
-
Mikhail Glushenkov authored
Make registration less chatty.
-
kristenk authored
Solver: Use difference lists to combine logs in 'Explore.exploreLog'.
-
- 07 Aug, 2016 11 commits
-
-
kristenk authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
kristenk authored
-
kristenk authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Revert "Try top-level -Werror."
-
kristenk authored
This commit adds a data structure, 'RetryLog', which is like a difference list for the 'Progress' type, except that it only supports efficient appends at failures. Since the solver continually appends logs and calls 'tryWith' while exploring the search tree, it is important for those operations to be efficient. Afterwards, the solver converts the 'RetryLog' back to a 'Progress' so that it can be processed with pattern matching in Log.hs and Message.hs.
-
- 06 Aug, 2016 3 commits
-
-
Edward Z. Yang authored
From Travis: Warning: /Users/travis/build/haskell/cabal/cabal.project.local: Unrecognized field 'ghc-options' on line 6 This reverts commit 6b7ff819.
-
Edward Z. Yang authored
Pass on -v0 to GHC.
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 05 Aug, 2016 2 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Edward Z. Yang authored
Report build failures with reasonably formatted messages
-
- 04 Aug, 2016 5 commits
-
-
Mikhail Glushenkov authored
stack.yaml: add optional Nix dependency zlib
-
ttuegel authored
The external zlib package is required to build the zlib Haskell library. This change will not affect Stack-using developers who do not have Nix integration enabled globally. This change will not affect non-Stack-using developers at all.
-
kristenk authored
-
Edward Z. Yang authored
Don't pass -package-db and -package flags to --abi-hash.
-
Edward Z. Yang authored
Try top-level -Werror.
-
- 03 Aug, 2016 5 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
This should fix issue #3394 Previous patches had made the changes to collect the detailed error info all in one place. So this patch is just about deciding what to report and how to report it. Still TODO is mentioning log files, ie when the package build was being logged to a file, we should include a snippet and say where the log file can be found for full details.
-
Duncan Coutts authored
lookup, direct deps and rev deps, rev dep closure.
-
Mikhail Glushenkov authored
Fix Haddock syntax in cabal-install.
-
Edward Z. Yang authored
If we were generating Haddock for cabal-install (we're not currently) these would cause errors. Make them stop causing errors. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 02 Aug, 2016 7 commits
-
-
Oleg Grenrus authored
Few very small refactors
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Edward Z. Yang authored
Ensure appropriate permissions for manpage
-
Mohit Agarwal authored
Fixes #3653
-
- 01 Aug, 2016 2 commits
-
-
Edward Z. Yang authored
Now allocates properly sized result buffer.
-
novadenizen authored
-