This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 16, 2016
-
-
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.
-
bardur.arantsson authored
Format cabal-install/tests/README.md
-
kristenk authored
[ci skip]
-
bardur.arantsson authored
Start documenting cabal-install integration tests
-
kristenk authored
The flag --skip-shared-library-tests allows the tests to run when shared libraries are unavailable, such as during the AppVeyor build.
-
- Feb 13, 2016
-
-
kristenk authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
-
Mikhail Glushenkov authored
configureToolchain: Use the same program names as 'ghc --info'.
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
For example, we used to search for "ld" when the program name specified by 'ghc --info' was "i386-unknown-linux-ld". Fixes #3140.
-
Mikhail Glushenkov authored
Fixes #3139. Fixes #3133.
-
Mikhail Glushenkov authored
Otherwise the build will fail on GHC 8. See #3133.
-