This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 05 Nov, 2013 2 commits
-
-
We need them to compare against, so that we can decide if we want to write new files or keep the old ones untouched.
-
-
- 01 Nov, 2013 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 31 Oct, 2013 10 commits
-
-
Mikhail Glushenkov authored
Initial support for parallel 'ghc --make'
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Now the log contains the output of all install phases ('setup configure/build/.../install') instead of only the last ('setup install' if the build was succcesful).
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
We do this for 'install -j' already.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 30 Oct, 2013 2 commits
-
-
Mikhail Glushenkov authored
Installed packageids
-
Mikhail Glushenkov authored
Make the default case the first one, for readability. Tweak versions a little bit.
-
- 29 Oct, 2013 4 commits
-
-
Mikhail Glushenkov authored
Before & after: https://gist.github.com/23Skidoo/7220763
-
Duncan Coutts authored
-
Mikhail Glushenkov authored
'cabal configure': honor the '--constraint' flag.
-
Mikhail Glushenkov authored
Fixes #1150. Fixes #1564.
-
- 28 Oct, 2013 2 commits
-
-
Mikhail Glushenkov authored
Fixes #1483.
-
Mikhail Glushenkov authored
-
- 27 Oct, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 26 Oct, 2013 8 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 25 Oct, 2013 8 commits
-
-
Mikhail Glushenkov authored
-
Duncan Coutts authored
Since we now have a new version-dependent feature: the new --dependency configure flag.
-
Duncan Coutts authored
We generate both --constraint and --dependency flags, but we only need to pass one or the other, depending on the Cabal version.
-
Duncan Coutts authored
-
that the exact packages are installed rather than letting cabal choose for itself (potentially choosing the package with the incorrect hash). Closes: https://github.com/haskell/cabal/issues/1460.
-
The goal is to learn the installed package id of the package we just installed, as necessary for #1860. We achieve this by inserting an additional call to "setup register" that produces the installed package information in a file. We read and parse that file and could now return the installed package id, but it is not clear what interface would be appropriate.
-
Duncan Coutts authored
Use a map from package name rather than from constraint, for the info on the specific packages to use.
-