This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 20, 2016
-
-
Edsko de Vries authored
-
- Feb 19, 2016
-
-
Edsko de Vries authored
and fix bug in qualityDeps
-
- Feb 18, 2016
-
-
Mikhail Glushenkov authored
Run cabal-install unit tests on AppVeyor
-
kristenk authored
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Improve the 'getModTime' implementation.
-
Mikhail Glushenkov authored
Pass 'ghc-shared-options' to GHC during the linking phase.
-
Mikhail Glushenkov authored
D.PD.Check: Also check 'ghc-shared-options'.
-
Mikhail Glushenkov authored
See discussion in #3158.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
In addition to 'ghc-options' and 'ghc-prof-options'. Some people specify '-fprof -auto-all' there.
-
- Feb 17, 2016
-
-
Mikhail Glushenkov authored
-
- Feb 16, 2016
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Two changes: * 'getModTime' now uses 'modificationTimeHiRes' instead of 'modificationTime' on Unix when the former is available. * 'ModTime' is now represented as a 64-bit unsigned integer in Windows UTC format (that is, 100 ns resolution and day zero is 1601-01-01) on all platforms. Previously we used POSIX seconds, which was wrong (low resolution). Sandbox timestamp files in old format are now up-converted on the fly. Fixes #3132.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Feb 15, 2016
-
-
Mikhail Glushenkov authored
Fix bug #3150, regression introduced by a2184538.
-
Edward Z. Yang authored
Added tests for this case, as well as some more. This probably breaks the Windows build. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Mikhail Glushenkov authored
Fix glob in file monitor unit test
-
kristenk authored
-
- Feb 14, 2016
-
-
Mikhail Glushenkov authored
Handle "\r\n" in internal library package tests (fixes #3147)
-
kristenk authored
-
kristenk authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Add flag to disable Cabal package tests that use shared libraries
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
It's used as an ID. Fixes #3145.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
-
Mikhail Glushenkov authored
{test,bench}: Ignore "bad version" error when loading LBI.
-