This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 11 Jul, 2016 1 commit
-
-
Mikhail Glushenkov authored
Fix getExecutablePath on *BSD.
-
- 10 Jul, 2016 2 commits
-
-
Mikhail Glushenkov authored
Fixes #3512.
-
Mikhail Glushenkov authored
[ci skip]
-
- 05 Jul, 2016 3 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
(cherry picked from commit 0562d952)
-
Mikhail Glushenkov authored
Fix bug in dependency solver stanza preferences
-
- 04 Jul, 2016 5 commits
-
-
kristenk authored
Freeze solver goal order in two more unit tests
-
Andres Löh authored
Count conflicts to speed up solver
-
kristenk authored
-
Andres Löh authored
-
-
- 03 Jul, 2016 6 commits
-
-
kristenk authored
-
kristenk authored
-
kristenk authored
-
Andres Löh authored
-
Andres Löh authored
(It already was the default for install.)
-
Andres Löh authored
-
- 02 Jul, 2016 7 commits
-
-
ttuegel authored
cabal-install: make user config optional if possible
-
ttuegel authored
Fixes #3494.
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
Andres Löh authored
-
- 01 Jul, 2016 1 commit
-
-
Mikhail Glushenkov authored
Add a goal order parameter to the dependency solver
-
- 30 Jun, 2016 2 commits
-
-
Oleg Grenrus authored
Update stack.yaml
-
Oleg Grenrus authored
-
- 27 Jun, 2016 6 commits
- 26 Jun, 2016 4 commits
-
-
kristenk authored
-
Duncan Coutts authored
Fix issue 3460: avoid concurrent package db creation
-
Duncan Coutts authored
Instead initialise all the ones we'll need in advance of building any packages. The alternative would have been to use a lock, but there's no particular advantage in trying to delay initialisation and avoiding locks keeps things simpler. This should fix #3460 Another similar issue was fixed by 1acc00f8 which serialised the registration of packages in the local inplace package db, avoiding lost updates (which could previously be observed in test case T3460).
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 25 Jun, 2016 3 commits
-
-
Duncan Coutts authored
New freeze command
-
Duncan Coutts authored
This is ok, but not perfect since freezing is now more tricky with setup deps. See https://github.com/haskell/cabal/issues/3502
-
Duncan Coutts authored
Code to write it and to pick it up by default when reading the cabal.project file.
-