This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 31 May, 2015 2 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Implements first bullet point of #2573
-
- 24 May, 2015 2 commits
-
-
Mikhail Glushenkov authored
Document 'extensions' field replacements
-
Angus Lepper authored
Resolves #2401.
-
- 22 May, 2015 2 commits
-
-
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
-
- 21 May, 2015 9 commits
-
-
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.
-
- 20 May, 2015 2 commits
-
-
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.
-
- 15 May, 2015 10 commits
-
-
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.
-
- 14 May, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 13 May, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 05 May, 2015 2 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
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.
-
- 04 May, 2015 2 commits
-
-
Mikhail Glushenkov authored
Use PVP-compliant example when warning about missing base upper bound
-
Adam Bergmark authored
Refs hackage-server#253.
-
- 02 May, 2015 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Force cabal upload to always use digest auth and never basic auth
-
- 01 May, 2015 2 commits
-
-
Mikhail Glushenkov authored
Document more functions in Paths_pkgname, fixes #715
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 29 Apr, 2015 2 commits
-
-
Mikhail Glushenkov authored
Move SrcDirs following Main file generator.
-
Mikhail Glushenkov authored
Implement a dummy 'uninstall' command.
-