- 12 Mar, 2018 1 commit
-
-
Ben Gamari authored
-
- 04 Mar, 2018 1 commit
-
-
Requires some ghc-cabal changes as well. Test Plan: ./validate Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: hsyl20, erikd, alpmestan, rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4453
-
- 09 Nov, 2017 1 commit
-
-
Update to Win32 2.6 which is the expected version release for 8.4 This involves moving Cabal forward which brings some backwards incompatible changes that needs various fixups. Bump a bunch of submodules Test Plan: ./validate Reviewers: austin, bgamari, angerman Reviewed By: bgamari, angerman Subscribers: angerman, thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D4133
-
- 20 Feb, 2017 1 commit
-
-
Ben Gamari authored
We are now tracking the 2.0 branch.
-
- 15 Dec, 2016 1 commit
-
-
Ben Gamari authored
Updates a number of submodules.
-
- 09 Mar, 2016 1 commit
-
-
Herbert Valerio Riedel authored
-
- 05 Jan, 2016 1 commit
-
-
Various people (myself included) have complained about the lack of useful descriptions for the various packages included in GHC's source tree. Fix this. Test Plan: Validate Reviewers: austin, thomie Reviewed By: thomie Subscribers: angerman, ezyang Differential Revision: https://phabricator.haskell.org/D1736
-
- 30 Oct, 2015 1 commit
-
-
Thomas Miedema authored
-
- 11 Mar, 2015 1 commit
-
-
Herbert Valerio Riedel authored
This also needs to update a couple of other submodules to update the upper bound on filepath to allow this major version bump to 1.4.0.0
-
- 18 Dec, 2014 1 commit
-
-
Herbert Valerio Riedel authored
-
- 26 Jul, 2014 1 commit
-
-
Edward Z. Yang authored
The general approach is to add a new field to the package database, reexported-modules, which considered by the module finder as possible module declarations. Unlike declaring stub module files, multiple reexports of the same physical package at the same name do not result in an ambiguous import. Has submodule updates for Cabal and haddock. NB: When a reexport renames a module, that renaming is *not* accessible from inside the package. This is not so much a deliberate design choice as for implementation expediency (reexport resolution happens only when a package is in the package database.) TODO: Error handling when there are duplicate reexports/etc is not very well tested. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: compiler/main/HscTypes.lhs testsuite/.gitignore utils/haddock
-
- 21 Jul, 2014 1 commit
-
-
Edward Z. Yang authored
This reverts commit f23b2129.
-
- 20 Jul, 2014 1 commit
-
-
Edward Z. Yang authored
This reverts commit af28e61c. We'll wait until it's possible to bootstrap from 7.6 out of the box.
-
- 18 Jul, 2014 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 14 May, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This is a first step towards eliminating `default-extensions` in favour of per-file declared `{-# LANGUAGE ... #-}` pragmas. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 16 Apr, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This corresponds to the RC of the soon-to-be Cabal 1.20 release One noteworthy change is the removal of the `--with-ranlib` flag requiring a small adaptation in the GHC build system. Moreover two new licences were added, MPL and BSD2. Due to https://github.com/haskell/cabal/issues/1622 Cabal-1.20 now allows to strip libraries as well, this doesn't work well with `ghc-cabal copy` being fed a `":"` strip-command argument which was simply ignored in the past. The current code tries to retain this semantics as backward compat. However, this needs more investigation as I'm not sure if/why the `test_bindist` step doesn't want the libraries to be stripped on installation. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 26 Aug, 2013 1 commit
-
-
Herbert Valerio Riedel authored
Apart from bumping build-dep version bounds, `ghc-cabal` is adapted to some minor Cabal API changes, and `bin-package-db` is made aware of Cabal's recently added AGPL licence support.
-
- 09 Sep, 2012 1 commit
-
-
pcapriotti authored
-
- 23 Aug, 2012 1 commit
-
-
ian@well-typed.com authored
-
- 19 Jul, 2012 1 commit
-
-
pcapriotti authored
-
- 08 Feb, 2012 1 commit
-
-
- 20 Jan, 2012 1 commit
-
-
Ian Lynagh authored
-
- 08 Jul, 2011 1 commit
-
-
Ian Lynagh authored
-
- 10 Dec, 2010 1 commit
-
-
Ian Lynagh authored
-