This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 11 Sep, 2013 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 10 Sep, 2013 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1498.
-
- 09 Sep, 2013 6 commits
-
-
Mikhail Glushenkov authored
Fixes #1496 (presumably).
-
Mikhail Glushenkov authored
See discussion in #1353.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fix AMP warnings
-
-
Mikhail Glushenkov authored
Fixes #1494.
-
- 08 Sep, 2013 6 commits
-
-
Mikhail Glushenkov authored
Eliminate a warning in Distribution.Client.Get
-
Mikhail Glushenkov authored
"cabal get --source-repository" fails under ghc 7.7 when a brancher is missing
-
rwbarton authored
System.Cmd has simply reexported rawSystem from System.Process since at least process-1.0.1.1, the minimum version we allow, and has been deprecated just as long :)
-
rwbarton authored
In the version of process that comes with GHC 7.7, readProcessWithExitCode raises an exception when the process could not be started (for example if the command to be run doesn't exist).
-
tibbe authored
-
Mikhail Glushenkov authored
Fixes #1482.
-
- 07 Sep, 2013 8 commits
-
-
Mikhail Glushenkov authored
Add a workaround for issue #1463.
-
Mikhail Glushenkov authored
See #1488.
-
Mikhail Glushenkov authored
Avoids potential conflicts with old Cabal snapshots.
-
Mikhail Glushenkov authored
See #1485.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1485.
-
Mikhail Glushenkov authored
-
- 05 Sep, 2013 6 commits
-
-
Mikhail Glushenkov authored
Fixes #1477.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
'cabal repl': require Cabal version to be >= 1.18.
-
Mikhail Glushenkov authored
Fixes #1478.
-
Mikhail Glushenkov authored
Fixes #1472.
-
Mikhail Glushenkov authored
Fixes #1473.
-
- 03 Sep, 2013 1 commit
-
-
Herbert Valerio Riedel authored
-
- 02 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 01 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
Test suite: canonicalize binary path before execution
-
- 31 Aug, 2013 7 commits
-
-
refold authored
-
Blaisorblade authored
-
-
ttuegel authored
Build selected test suites and benchmarks only
-
ttuegel authored
Issue #1451. Passes the extra arguments to 'cabal test' or 'cabal bench' to the build phase so that only the requested test suites or benchmarks are built.
-
Duncan Coutts authored
Added known extensions: OverloadedLists, EmptyCase, AutoDeriveTypeable, ...
-