This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 25, 2018
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Nov 24, 2018
-
-
Mikhail Glushenkov authored
-
- Sep 05, 2018
-
-
Edward Z. Yang authored
Instead of directly committing binaries to GitHub (GitHub doesn't like them) upload to Amazon S3. Any S3 bucket controlled by s3-bouncer is acceptable; we have hardcoded s3-bouncer.heroku.com. More info about s3-bouncer available at: https://github.com/ezyang/s3-bouncer Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Aug 20, 2018
-
-
Oleg Grenrus authored
- Disable cabal-install's haddock on CI - Temporarily disable cabal check (`-main-is` in tests) - Remove this is not a lib note - Tell to run git update-index --assume-unchanged ... when changing to -dev or -monolithic configuration. Run --no-assume-unchanged unconditionally, when changing to the production build. - Improve auto-gen note in cabal-install.cabal - Try to build haddock (with GHC-8.4.3 only)
-
- May 24, 2018
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
-
-
This should work on OSX, and even though grabbing it from the bsdgames package ought to have worked on Linux, it apparently didn't, so let's try this instead.
-
Mikhail Glushenkov authored
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jan 25, 2018
-
-
Oleg Grenrus authored
-
- Jan 24, 2018
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Jan 22, 2018
-
-
Oleg Grenrus authored
Now there's --help, so it's easier to use :)
-
- Aug 16, 2017
-
-
Oleg Grenrus authored
-
- Aug 15, 2017
-
-
Oleg Grenrus authored
- Manually generate Lexer.hs - Temporarily disable parser-hackage-tests on appveyor (needs 01-index.tar) - Add root Makefile to handle commmon dev tasks (genering Lexer.hs)
-
- Jul 29, 2017
-
-
Edward Z. Yang authored
- cabal-install 2.0 new-build has different directory layout; everything is adjusted for that. - Using hvr's PPA for Linux builds, and a custom ezyang build for OS X
-
- May 07, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
See #4462 for the gory details. Main things about this commit: - New 'monolithic' flag on cabal-install, which combines all of the tests into a single binary. It's not very much code, and you don't pay for any of it on a release build. I quite like it. The one downside is that we can't also pull in Cabal test suites this way. - Env vars got moved into travis-common.sh - travis-script.sh now runs the cabal-tests tests, because we aren't sending enough build product over to do them on the second Travis run Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Apr 24, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 17, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 07, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 21, 2017
-
-
- Setup the ssh key for cabal-website deploy right before we use it, so it doesn't get clobbered by our pushbot deploy script. Furthermore, umask the key to 600, so that we can override it. - Add some more helpful information to the Pushbot commit messages, including what branch/PR the build was for, and a link to the relevant GitHub page. - Have Travis spoof the author and email of the original committer, so that Travis sends the build notification message to the right place. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 20, 2017
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-