Nix: Upgrade to GHC 9.2.4.

What fun!

Tested on x86_64 Linux and aarch64 macOS. I had to add a bunch of Haskell package overrides specifically for macOS on aarch64, but I made them apply to all macOS users because, well, it's just a couple of us right now and we're both using aarch64.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6239
GitOrigin-RevId: 4e5a20d21eb24c736e8663de3f1e05ce5705284a
This commit is contained in:
Samir Talwar 2022-10-06 23:04:19 +02:00 committed by hasura-bot
parent 36031d62d2
commit 585f35f271

View File

@ -3,11 +3,12 @@
### This is an example .envrc.local file you can start with. Uncomment the parts
### you'd like to use, and copy this to `.envrc.local`.
### Enable providing tooling with the Nix package manager:
### Enable providing tooling with the Nix package manager
### (read the commentary in flake.nix first)
# use flake
### Enable providing NodeJS versions with `nvm`:
### Enable providing NodeJS versions with `nvm`
# use nvm
### Enable providing GHC versions with `ghcup`:
### Enable providing GHC versions with `ghcup`
# use ghcup