This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 01, 2015
-
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10817840.
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10455644.
-
- May 31, 2015
-
-
Mikhail Glushenkov authored
Only set rpath on dynamic executables
-
- May 30, 2015
-
-
Joachim Breitner authored
not static ones. They make no sense there, increase startup time and may violate some distributions policy on rpaths. This closes #2625.
-
Duncan Coutts authored
Fix #2598. Omit empty CondTree branches
-
Oleg Grenrus authored
-
- May 24, 2015
-
-
Mikhail Glushenkov authored
Document 'extensions' field replacements
-
Angus Lepper authored
Resolves #2401.
-
- May 22, 2015
-
-
Mikhail Glushenkov authored
Fix sandbox delete-source error message typo
-
maud authored
\a is considered as a bell character, which is omitted as a result
-
- May 21, 2015
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Don't recompile C files unless needed
-
lukexi authored
-
Duncan Coutts authored
Make the modular solver the default always, and deprecate the top-down solver
-
Duncan Coutts authored
Add support for base shims to the modular solver
-
Duncan Coutts authored
Introduce "setup dependencies"
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Provide cabal_macros in c2hs invocation.
-
- May 20, 2015
-
-
Alexander Vershilov authored
This commit includes cabal_macros in c2hs call, so it will be possible to use MIN_VERSION macros in chs files.
-
Duncan Coutts authored
The existing code supports reading multiple preferred-versions files in the 00-index.tar and merging them. However it doesn't do it quite right when the same file is updated, it merged them instead of the later one overriding the first. This should make no difference right now because the 00-index.tar typically only contains a single preferred-versions file, with no updates.
-
- May 15, 2015
-
-
Duncan Coutts authored
Implement offline mode for the 'install' command.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Improve a number of ghc-options checks
-
Duncan Coutts authored
Currently there are no checks that need to be specific to one of them. Both sets of options get used in distributed packages.
-
Duncan Coutts authored
And extend it to cover other similar variants. People often put it in to help them profile *this* package, but it causes problems for profiling other packages. The -fprof-auto-exported is arguably ok though.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
The -threaded flag really makes no difference for libraries, it's a link-time option only.
-
Duncan Coutts authored
-
Duncan Coutts authored
Improve the package description check for -Werror and similar flags so that they are allowed so long as they're not enabled by default. We check the conditions that they're guarded by to make sure they're always false (given the default values of the manual flags). Also extend the error messages to explain how to use these flags with conditionals.
-
- May 14, 2015
-
-
Mikhail Glushenkov authored
-
- May 13, 2015
-
-
Mikhail Glushenkov authored
-
- May 05, 2015
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
When in offline mode, 'cabal install' only installs packages from the local tarball cache. Offline mode can be enabled with the '--offline' flag. Fixes #2566.
-
- May 04, 2015
-
-
Mikhail Glushenkov authored
Use PVP-compliant example when warning about missing base upper bound
-
Adam Bergmark authored
Refs hackage-server#253.
-
- May 02, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Force cabal upload to always use digest auth and never basic auth
-