This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jan 19, 2015
-
-
Mikhail Glushenkov authored
Add and fix the documentation.
-
ttuegel authored
Skip unbuildable tests and benchmarks
-
ttuegel authored
-
ttuegel authored
-
JeanPhilippeMoresmau authored
-
JeanPhilippeMoresmau authored
-
JeanPhilippeMoresmau authored
-
- Jan 18, 2015
-
-
Mikhail Glushenkov authored
Fix "ambigious" typos
-
Ryan Scott authored
-
JeanPhilippeMoresmau authored
-
- Jan 17, 2015
-
-
See #2323 for the details. (cherry picked from commit 370f135a)
-
- Jan 13, 2015
-
-
Mikhail Glushenkov authored
Build a Version the right way in Strip module
-
Adam C. Foltzer authored
per @23Skidoo's suggestion in #2356
-
Mikhail Glushenkov authored
Quiet version checking for `strip`
-
Adam C. Foltzer authored
Fixes #2359. Since the version checking code for `strip` on many platforms will fail without consequence, we don't want to warn every time it does.
-
https://github.com/acfoltzer/cabaltibbe authored
-
Adam C. Foltzer authored
Fixes #2339
-
- Jan 12, 2015
-
-
Mikhail Glushenkov authored
A few small cabal init improvements
-
Mikhail Glushenkov authored
Fix compiler warning.
-
Mikhail Glushenkov authored
bootstrap.sh: bump dep versions
-
tuncer authored
-
Robert Collins authored
This was warning about CompilerId being a redundant import.
-
ttuegel authored
Retain --enable-executable-profiling and --enable-library-coverage options
-
ttuegel authored
The option has the same effect as --enable-coverage, but we retain it for backwards compatibility.
-
ttuegel authored
The option has the same effect as --enable-profiling. It is retained for backwards compatibility.
-
- Jan 11, 2015
-
-
-
https://github.com/ezyang/cabaltibbe authored
-
lspitzner authored
- make some paths non-global via / prefix - remove redundancies - add /Cabal/Setup and /cabal-install/Setup
-
- Jan 10, 2015
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jan 09, 2015
- Jan 08, 2015
-
-
ttuegel authored
-
ttuegel authored
GHC generics are used to derive binary instances for types appearing in the persistent build config, which requires GHC >= 7.2 and binary >= 0.7. Unfortunately, GHC < 7.8 ships with binary == 0.5.*. The missing module is Data.Binary.Generics, which we have copied from binary-0.7.2.3 to Distribution.Compat.Binary.Generics. To provide generic implementations for the Binary class, we also have to provide our own implementation, which is copied from binary-0.7.2.3 to Distribution.Compat.Binary.Class. The interface required by Cabal is exported from Distribution.Compat.Binary. This is only done if bootstrapping Cabal with GHC < 7.8 or if binary >= 0.7 is not available, otherwise Distribution.Compat.Binary simply re-exports Data.Binary.
-
ttuegel authored
-
ttuegel authored
-
- Jan 06, 2015
-
-
tibbe authored
-