From f7c17973ac0b134ce6da0bb779ab02be3e13b51f Mon Sep 17 00:00:00 2001 From: Ketzacoatl Date: Fri, 16 Jul 2021 00:27:45 +0100 Subject: [PATCH] documentation: add reference to https://ghc.dev/ --- documentation.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation.markdown b/documentation.markdown index f185468..b9103a5 100644 --- a/documentation.markdown +++ b/documentation.markdown @@ -73,6 +73,7 @@ Manuals and guides that cover common Haskell tooling: * [Haddock User Guide](https://haskell-haddock.readthedocs.io/) * [Haskeleton: A Haskell Project Skeleton](http://taylor.fausak.me/2014/03/04/haskeleton-a-haskell-project-skeleton/) * [How to Write a Haskell Program](https://wiki.haskell.org/How_to_write_a_Haskell_program) +* [GHC Developer's Guide](https://ghc.dev/) ## Package and Dependency Management