From cf6c666b59c98294024921d1b526105741da6f68 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 30 Apr 2022 12:50:34 +0200 Subject: [PATCH] Add credits to first step guide --- docs/steps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/steps.md b/docs/steps.md index 8dc6d84..3fa1469 100644 --- a/docs/steps.md +++ b/docs/steps.md @@ -16,6 +16,8 @@ The Glorious Glasgow Haskell Compilation System, version 8.10.7 If this fails, consult [the Getting started page](../install) for information on how to install Haskell on your computer. +This guide is partly based on [Gil Mizrahi's blog](https://gilmi.me/blog/post/2021/08/14/hs-core-tools). + ## Compiling programs with ghc Running `ghc` invokes the Glasgow Haskell Compiler (GHC), and can be used to