This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 29 Jun, 2012 2 commits
- 28 Jun, 2012 2 commits
- 25 Jun, 2012 5 commits
-
-
Duncan Coutts authored
Needed for the parallel builds.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
It should not be used in packages ready for being distributed.
-
Duncan Coutts authored
Fixes the problem with generating the haddock documentation contents page for all installed packages. Previously we were (accidentally) telling haddock to use all versions of each package and haddock would pick the first (lowest version). Now we correctly do what we were trying to do all along, which is to pick only the highest version of each package.
-
- 24 Jun, 2012 9 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
It adds a '-j N' (= 'number of jobs') option for the 'install' command, which can be used to specify the number of concurrent workers. If possible, at most N packages will be built concurrently. This version of the patch is less featureful than Mikhail's version but also rather simpler. The key difference compared to Mikhail's version is that this version is lacking the output serialisation and the ability to tag each output message with the task it came from. All output is interleaved. The next step will be to make parallel builds log to files rather than the console and only to display a summary on the console. In addition to not having to change the output functions, the code is a bit simpler by keep the structure of the code the same as before, rather than splitting it into a number of concurrent tasks with channels. Instead each task simply executes the same pattern of install actions and concurrency limits are enforced using semaphores.
-
refold authored
We don't want 'InstallPlan.ready' to return packages that are currently being processed in other threads.
-
refold authored
-
refold authored
It can be non-obvious why a package is registered more than once.
-
refold authored
We don't want FFI calls to block all Haskell threads, so we need to use the threaded runtime; -rtsopts is for experimenting with the number of capabilities.
-
refold authored
-
refold authored
I'm looking at you, ansi-terminal.
-
refold authored
-
- 20 Jun, 2012 4 commits
- 19 Jun, 2012 1 commit
-
-
Ian Lynagh authored
-
- 17 Jun, 2012 1 commit
-
-
Ian Lynagh authored
-
- 14 Jun, 2012 2 commits
- 06 Jun, 2012 3 commits
-
-
Andres Löh authored
-
Andres Löh authored
This saves a bit of heap space when running the solver with unlimited backtracking enabled.
-
Andres Löh authored
This saves a lot of heap space while exploring the tree and backtracking.
-
- 31 May, 2012 3 commits
-
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
- 19 May, 2012 2 commits
-
-
Ian Lynagh authored
In particular, this fixes building haskeline with its windows_cconv.h header.
-
Ian Lynagh authored
-
- 16 May, 2012 1 commit
-
-
Andres Löh authored
Fix cabal-install build.
-
- 15 May, 2012 1 commit
-
-
pcapriotti authored
-
- 14 May, 2012 1 commit
-
-
Duncan Coutts authored
Adapt to package-conf -> package-db change
-
- 11 May, 2012 1 commit
-
-
pcapriotti authored
GHC and ghc-pkg package db flags changed from '*-package-conf' to '*-package-db' in 7.5. This commit follows the change and introduces a version check whenever those flags are used.
-
- 07 May, 2012 1 commit
-
-
Andres Löh authored
Add support for the Apache license
-
- 28 Apr, 2012 1 commit
-
-
Andres Löh authored
Add .gitignore file and remove .darcs-boring
-