build: require GHC 7.6 for bootstrapping
Summary: Per the usual standards, a build of GHC is only compileable by the last two releases (e.g. 7.8 only by 7.4 and 7.6). To make sure we don't get suckered into supporting older compilers, let's remove this support now. Signed-off-by:Austin Seipp <austin@well-typed.com> Test Plan: Try to bootstrap with GHC 7.4, watch it fail. Bootstrap with 7.6 or better, and everything works. Reviewers: hvr Reviewed By: hvr Subscribers: simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D167
Showing
- compiler/cmm/SMRep.lhs 1 addition, 5 deletionscompiler/cmm/SMRep.lhs
- compiler/ghci/Linker.lhs 0 additions, 4 deletionscompiler/ghci/Linker.lhs
- compiler/utils/Panic.lhs 0 additions, 20 deletionscompiler/utils/Panic.lhs
- compiler/utils/Util.lhs 0 additions, 10 deletionscompiler/utils/Util.lhs
- configure.ac 3 additions, 5 deletionsconfigure.ac
Loading
Please register or sign in to comment