
#15576: Hadrian puts its build tree in the wrong place -------------------------------------+------------------------------------- Reporter: simonpj | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by snowleopard): It is Stage2 GHC. Here is how Hadrian build tree is organised: * `stage0` contains everything built by the Stage0 (bootstrapping) GHC, including the Stage1 GHC, which lives in `_build/stage0/bin/ghc.exe`. * `stage1` contains everything built by the Stage1 GHC, including the Stage2 GHC in `_build/stage1/bin/ghc.exe`. * `stage2` contains everything built by the Stage2 GHC, for example Haddock. Stage3 GHC will also be here. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15576#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler