From bd7f614d23d81f3b961734f581c656951b849d45 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 11 Dec 2024 17:40:15 -0500 Subject: [PATCH] Add GHC version info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cdf059f..1a511fe 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A C-like compiled programming language implemented in Haskell. ## Usage +Note: You must have version 9.0 of the Haskell compiler GHC installed. Otherwise +Cabal will not be able to obtain the necessary dependencies. + +It is recommended to use the provided `shell.nix` file to create the proper +environment. Alternatively, you can run the project from the supplied +binaries in the [releases](https://gitea.mregirouard.com/eta357/Windows-12-Compiler/releases) +section. + ```shell cabal run windows12 out.ll llc out.ll -o out.s