Skip to content

Commit

Permalink
Merge pull request #1059 from obsidiansystems/ali-abrar-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ali-abrar authored Jan 24, 2024
2 parents 58c0427 + 6693e33 commit 135bfd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 135bfd7

Please sign in to comment.