This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 26, 2016
-
-
Herbert Valerio Riedel authored
-
Mikhail Glushenkov authored
Distribution.Simple.Setup: remove job cap
-
- Feb 25, 2016
-
-
mistydemeo authored
Fixes #3191.
-
-
- Feb 24, 2016
-
-
Mikhail Glushenkov authored
Warn when 'cabal configure' cannot resolve dependencies.
-
Mikhail Glushenkov authored
Revert "Add warning about testing Cabal on Windows"
-
kristenk authored
-
Mikhail Glushenkov authored
Unbreak the build on AppVeyor.
-
Mikhail Glushenkov authored
-
- Feb 23, 2016
-
-
Mikhail Glushenkov authored
Update HACKING.md: Add --allow-newer=Cabal
-
Mikhail Glushenkov authored
Fix exitcode on `upload`ing failure
-
lspitzner authored
-
lspitzner authored
-
Mikhail Glushenkov authored
This reverts commit 5a1f8575.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Cabal should be buildable out of the box.
-
Mikhail Glushenkov authored
hackage-security doesn't know about Cabal 1.25.
-
Mikhail Glushenkov authored
-
- Feb 22, 2016
-
-
Mikhail Glushenkov authored
Skip Cabal package tests that cannot run in the current environment
-
kristenk authored
The functions 'testWhen' and 'testUnless' filter tests in the 'TestTreeM' monad. The option '--enable-all-tests' ignores filtering. This commit also applies filtering to the existing package tests that cannot run on Windows.
-
kristenk authored
-
- Feb 21, 2016
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Don't pass OSX-specific options to GHC on non-OSX.
-
- Feb 20, 2016
-
-
Mikhail Glushenkov authored
Basically a two-line change, the rest is about passing a 'Platform' value to 'renderGhcArgs'.
-
Mikhail Glushenkov authored
Allow limiting the scope of '--allow-newer'.
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Before: allow-newer: False After: -- allow-newer: False
-
Mikhail Glushenkov authored
Was accidentally broken in #3165.
-
Mikhail Glushenkov authored
Fixes #2756.
-
Mikhail Glushenkov authored
Warn user when deleting package database
-
Mikhail Glushenkov authored
Small tweaks to config file parsing.
-
Mikhail Glushenkov authored
Add field for setting framework search path (fixes #182).
-
Mikhail Glushenkov authored
* Renamed to 'extra-framework-dirs'. * Added 'extra-framework-dirs' to ConfigFlags. * Added some checks. * Updated changelog.
-
ttuegel authored
Fixes #2381. If CABAL_SANDBOX_PACKAGE_PATH, GHC_PACKAGE_PATH, or GHCJS_PACKAGE_PATH refer to a package database inside the sandbox, warn the user that the package database has been deleted.
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-