This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 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
-
- May 01, 2015
-
-
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>
-
- Apr 29, 2015
-
-
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.
-
- Apr 28, 2015
-
-
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.
-
- Apr 24, 2015
-
-
Mikhail Glushenkov authored
Paths_ module: don't require base >= 4.
-
- Apr 23, 2015
-
-
Mikhail Glushenkov authored
Fixes #994.
-
Mikhail Glushenkov authored
Add Functor, Foldable and Traversable instances to Condition
-
Nathan Howell authored
-
- Apr 22, 2015
-
-
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?
-
- Apr 20, 2015
-
-
Mikhail Glushenkov authored
bootstrap.sh: fixes linker matching to avoid cases where tested linker names appear unexpectedly in compiler output (fixes #2542)
-
cygnus authored
bootstrap.sh: fixes linker matching to avoid cases where tested linker names appear unexpectedly in compiler output (fixes #2542) This fixes cases where strings like "ld" appear in compiler output on lines that have nothing to do with the linker command invocation.
-