diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2014-09-05 18:11:04 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-09-06 10:36:50 -0500 |
commit | 7d3f2dfc7a45d741224c521e0f2a616a89f9506f (patch) | |
tree | 61465f91bb491c2d922f99345476b26e7ed802ca /compiler/ghc.mk | |
parent | 7bf7ca2b7a0f5ccf379cc035ad1e8bd80ea045f8 (diff) | |
download | haskell-7d3f2dfc7a45d741224c521e0f2a616a89f9506f.tar.gz |
PostTcType replaced with TypeAnnot
Summary:
This is a first step toward allowing generic traversals of the AST without 'landmines', by removing the `panic`s located throughout `placeHolderType`, `placeHolderKind` & co.
See more on the discussion at https://www.mail-archive.com/ghc-devs@haskell.org/msg05564.html
(This also makes a corresponding update to the `haddock` submodule.)
Test Plan: `sh validate` and new tests pass.
Reviewers: austin, simonpj, goldfire
Reviewed By: austin, simonpj, goldfire
Subscribers: edsko, Fuuzetsu, thomasw, holzensp, goldfire, simonmar, relrod, ezyang, carter
Projects: #ghc
Differential Revision: https://phabricator.haskell.org/D157
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index d23d1fe5b6..05c935f889 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -538,6 +538,7 @@ compiler_stage2_dll0_MODULES = \ HsExpr \ HsImpExp \ HsLit \ + PlaceHolder \ HsPat \ HsSyn \ HsTypes \ |