Skip to content

Commit ad07b51

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents a294a75 + 135bfd7 commit ad07b51

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,15 @@ Obelisk officially supports terminal-based feedback (akin to [`ghcid`](https://g
181181

182182
### Using GHC 8.10
183183

184-
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`:
184+
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`:
185185

186186
```diff
187187
{ system ? builtins.currentSystem
188188
, obelisk ? import ./.obelisk/impl {
189189
inherit system;
190-
+ useGHC810 = true;
190+
+ useGHC810 = false;
191191
```
192192

193-
If the `useGHC810` argument is set to false, or not given, then GHC 8.6 will be used.
194-
195193
## Deploying
196194

197195
### Default EC2 Deployment

0 commit comments

Comments
 (0)