This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 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>
-
- Sep 03, 2018
-
-
Herbert Valerio Riedel authored
and clean up various aspects related to the `cabal-version` field
-
- Sep 01, 2018
-
-
Alexis Williams authored
Fix #5541.
-
Alexis Williams authored
-
Alexis Williams authored
Lazy I/O strikes again.
-
Alexis Williams authored
-
- Aug 30, 2018
-
-
Mikhail Glushenkov authored
Pass command line arguments to hsc2hs using response files
-
Mikhail Glushenkov authored
-
- Aug 29, 2018
-
-
Chaitanya Koparkar authored
-
Mikhail Glushenkov authored
Fixes #5537.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
[#5484] Add 'storedir' alias for 'store-dir'
-
Mikhail Glushenkov authored
Foreign Library RTS Selection
-
- Aug 28, 2018
-
-
Mikhail Glushenkov authored
Don't throw away any program args in new-style commands
-
Dmitrii Kovanikov authored
-
Dmitrii Kovanikov authored
-
- Aug 25, 2018
-
-
* use sudo: true on travis ci * minor comment to explain previous change This relies on having 4 core 16 gigs Travis machines enabled for the account.
-
- Aug 24, 2018
-
-
- Aug 21, 2018
-
-
Oleg Grenrus authored
Preprocess cabal-install.cabal
-
- Aug 20, 2018
-
-
Oleg Grenrus authored
-
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)
-
Oleg Grenrus authored
- traversed is just a synonym for traverse - filtered and non are "trust me". I don't: so they are defined locally. - `to` is a lie, so renamed it to `getting` (also generalising the type). - Also `unsafeCoerce`??? - Added `@since` annotations
-
Oleg Grenrus authored
Correct previous markup [skip ci]
-
Oleg Grenrus authored
GHC-8.6.1-beta is bunded with - binary-0.8.6.0 - time-1.8.0.2 - unix-2.7.2.2
-
- Aug 16, 2018
-
-
kristenk authored
Solver: Improve handling of failures involving whole packages, such as unknown packages.
-
- Aug 15, 2018
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Aug 14, 2018
-
-
Francesco Gazzetta authored
-
- Aug 13, 2018
-
-
John Ericson authored
Make GenericPackageDescription lenses more maintainable
-
John Ericson authored
Record synatx is easier to read and more robust against refactors.
-
- Aug 11, 2018
-
-
kristenk authored
-
- Aug 10, 2018
-
-
Alec Theriault authored
-
kristenk authored
Previously, the solver represented an unknown package with an empty PChoice node, because an unknown package is like a package with no versions. Now that --reject-unconstrained-dependencies also needs to reject whole packages, it is simpler to handle both types of failures similarly, and use a failure node for both. Another advantage of using a failure node now is that the node can store more information about why the package was rejected. The explicit node also simplifies generating the solver log. This commit treats a failure node under a goal choice as a backjump in D.S.Modular.Explore.exploreLog, which fixes #5502.
-
kristenk authored
-
kristenk authored
The case gave the same result as a combination of two other simpler cases.
-
- Aug 08, 2018
-
-
This prevents the `--store-dir` value from being cached and thus fixes #5504
-
Herbert Valerio Riedel authored
-
- Aug 07, 2018
-
-
With `--haddock-for-hackage` we were passing `file://..` urls to the html directories; this was clearly undesirable and unintended. This regression was originally introduced via d331bb08
-
Mikhail Glushenkov authored
docs: mention hiding in mixins and issues for the parsing bug
-