This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 01 Oct, 2018 1 commit
-
-
Nikolai Obedin authored
Previously, when running `cabal check` all the various ghc-*-options flags were merged together, thus losing the information about the exact place of the warning. This PR implements separate checking of ghc-*-options, which allows us to give users more precise warnings. Fixes #5342
-
- 29 Sep, 2018 2 commits
-
-
Herbert Valerio Riedel authored
-
Domen Kožar authored
-
- 21 Sep, 2018 1 commit
-
-
Herbert Valerio Riedel authored
-
- 20 Sep, 2018 2 commits
-
-
Alexis Williams authored
Filter out executables from package-id flags
-
Alexis Williams authored
-
- 19 Sep, 2018 2 commits
-
-
Alexis Williams authored
-
Oleg Grenrus authored
Remove Text from D.Simple
-
- 18 Sep, 2018 1 commit
-
-
Oleg Grenrus authored
- Add Parsec/Pretty CompilerId instances - Fix Parsec PackageIdentifier instance (hopefully it wasn't used for anything important)
-
- 08 Sep, 2018 1 commit
-
-
Herbert Valerio Riedel authored
In the course of 4466310e (see #5526) the `Setup.hs haddock` CLI was extended to allow component ids to be passed as positional arguments. However, `autoconfUserHooks` which is used in case of `build-type: Configure` wasn't updated accordingly, and consequently this caused `new-haddock` to break for packages using `Configure`. cc @alexbiehl Fixes #5503
-
- 06 Sep, 2018 2 commits
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
cc @phadej
-
- 05 Sep, 2018 2 commits
-
-
Herbert Valerio Riedel authored
-
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-bouncerSigned-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 03 Sep, 2018 1 commit
-
-
Herbert Valerio Riedel authored
and clean up various aspects related to the `cabal-version` field
-
- 01 Sep, 2018 4 commits
-
-
Alexis Williams authored
Fix #5541.
-
Alexis Williams authored
-
Alexis Williams authored
Lazy I/O strikes again.
-
Alexis Williams authored
-
- 30 Aug, 2018 2 commits
-
-
Mikhail Glushenkov authored
Pass command line arguments to hsc2hs using response files
-
Mikhail Glushenkov authored
-
- 29 Aug, 2018 6 commits
-
-
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
-
- 28 Aug, 2018 3 commits
-
-
Mikhail Glushenkov authored
Don't throw away any program args in new-style commands
-
Dmitrii Kovanikov authored
-
Dmitrii Kovanikov authored
-
- 25 Aug, 2018 1 commit
-
-
Josh Kalderimis authored
* 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.
-
- 24 Aug, 2018 1 commit
-
-
Leon Schoorl authored
-
- 21 Aug, 2018 1 commit
-
-
Oleg Grenrus authored
Preprocess cabal-install.cabal
-
- 20 Aug, 2018 5 commits
-
-
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
-
- 16 Aug, 2018 1 commit
-
-
kristenk authored
Solver: Improve handling of failures involving whole packages, such as unknown packages.
-
- 15 Aug, 2018 1 commit
-
-
Mikhail Glushenkov authored
-