[commit: ghc] master: Add a free ACM download link for the paper (d2e83f2)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:12:42 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d2e83f2a1d07000688e4e7e994a82f49613c9213/ghc
>---------------------------------------------------------------
commit d2e83f2a1d07000688e4e7e994a82f49613c9213
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Dec 11 19:43:31 2017 +0000
Add a free ACM download link for the paper
Fix #488
>---------------------------------------------------------------
d2e83f2a1d07000688e4e7e994a82f49613c9213
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d188a4a..0684380 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ Hadrian is a new build system for the [Glasgow Haskell Compiler][ghc]. It is bas
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
project and the architecture of the build system you can find more details in
-this [Haskell Symposium 2016 paper][paper] and this [Haskell eXchange 2016 talk][talk].
+this [Haskell Symposium 2016 paper](https://dl.acm.org/authorize?N41275) and this
+[Haskell eXchange 2016 talk][talk].
The new build system can work side-by-side with the existing build system. Note, there is
some interaction between them: they put (some) build results in the same directories,
@@ -179,7 +180,6 @@ enjoy the project.
[ghc]: https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler
[shake]: https://github.com/ndmitchell/shake
[make]: https://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
-[paper]: https://www.staff.ncl.ac.uk/andrey.mokhov/Hadrian.pdf
[talk]: https://skillsmatter.com/skillscasts/8722-meet-hadrian-a-new-build-system-for-ghc
[issues]: https://github.com/snowleopard/hadrian/issues
[ghc-preparation]: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation
More information about the ghc-commits
mailing list