From 6693e330f5799bc38f21696532d435508028da73 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Tue, 2 Jan 2024 14:14:17 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24ff9f45d..e9a2d3c7c 100644 --- a/README.md +++ b/README.md @@ -181,17 +181,15 @@ Obelisk officially supports terminal-based feedback (akin to [`ghcid`](https://g ### Using GHC 8.10 -Obelisk currently uses GHC 8.6 for projects by default, since this is the version on which Obelisk (and reflex-platform more generally) have been most thoroughly tested. However, we understand that this version is significantly behind GHC releases, and thus have experimental support for building with GHC 8.10 instead. To build with GHC 8.10, add the following to your project's `default.nix`: +Obelisk currently uses GHC 8.10 for projects by default. For legacy GHC 8.6 support, add the following to your project's `default.nix`: ```diff { system ? builtins.currentSystem , obelisk ? import ./.obelisk/impl { inherit system; -+ useGHC810 = true; ++ useGHC810 = false; ``` -If the `useGHC810` argument is set to false, or not given, then GHC 8.6 will be used. - ## Deploying ### Default EC2 Deployment