diff --git a/README.md b/README.md index b88d08dd473865f6ec4c15de72f09bf0d71191d8..2c65334496f848c22b9aeef41dbd4180ed6ad065 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Hadrian [](https://travis-ci.org/snowleopard/hadrian) [](https://ci.appveyor.com/project/snowleopard/hadrian) [](https://circleci.com/gh/snowleopard/hadrian) +**Note:** Hadrian has been merged to GHC and now lives in GHC's directory `hadrian`. +The GitHub repository where Hadrian was originally developed (https://github.com/snowleopard/hadrian) +is now out-of-date, although we may occasionally synchronise it with GHC's version. +Please submit any new issues on GHC Trac. + Hadrian is a new build system for the [Glasgow Haskell Compiler][ghc]. It is based on [Shake][shake] and we hope that it will soon replace the current [Make-based build system][make]. If you are curious about the rationale behind the