This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 20 May, 2015 1 commit
-
-
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 4 commits
-
-
Mikhail Glushenkov authored
Move SrcDirs following Main file generator.
-
Mikhail Glushenkov authored
Implement a dummy 'uninstall' command.
-
Mikhail Glushenkov authored
Doc fix: 'cabal freeze PACKAGES' is not supported.
-
Mikhail Glushenkov authored
Fixes #2565.
-
- 28 Apr, 2015 6 commits
-
-
byorgey authored
Make `cabal init` create Main.hs if it doesn't exist.
-
Mikhail Glushenkov authored
As suggested by @sclv on reddit. See https://github.com/haskell/cabal/issues/648#issuecomment-96895441
-
Duncan Coutts authored
-
Mikhail Glushenkov authored
Print a more friendly message when http_proxy is down.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
This reverts commit c9a77353.
-
- 24 Apr, 2015 1 commit
-
-
Mikhail Glushenkov authored
Paths_ module: don't require base >= 4.
-
- 23 Apr, 2015 3 commits
-
-
Mikhail Glushenkov authored
Fixes #994.
-
Mikhail Glushenkov authored
Add Functor, Foldable and Traversable instances to Condition
-
Nathan Howell authored
-
- 22 Apr, 2015 3 commits
-
-
Mikhail Glushenkov authored
Rewrite linker check to avoid grepping "ld"s.
-
Geoff Nixon authored
-
Geoff Nixon authored
I was the one who introduced that bit, and it seems like well may have caused more trouble than it helped... so, sorry :( Anyway, clang has since then grown the ability to `-print-prog-name`, so I've done away with all that grepping through -### stuff. @creswick @23Skidoo, could you see if this works for you?
-
- 20 Apr, 2015 1 commit
-
-
Mikhail Glushenkov authored
bootstrap.sh: fixes linker matching to avoid cases where tested linker names appear unexpectedly in compiler output (fixes #2542)
-