graphql-engine/server/src-lib/Hasura/GraphQL/Execute/RemoteJoin
Brandon Simmons 823babe885 server: switch to ghc 9.2 (2nd try)
## Migrating, for server devs

You will need the fork of 9.2.4 that we're using (for now):

```
ghcup -c -n install ghc --force -u "https://storage.googleapis.com/graphql-engine-cdn.hasura.io/ghc-bindists/ghc-x86_64-deb10-linux-9.2.4-hasura-fix.tar.xz" 9.2.4
```

or for m1 mac:

```
ghcup -c -n install ghc --force -u  "https://storage.googleapis.com/graphql-engine-cdn.hasura.io/ghc-bindists/ghc-arm64-apple-darwin-9.2.4-hasura-fix.tar.xz"
```

Samir is working on a nix build for nix folx

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6154
GitOrigin-RevId: 6716e3f2ee19f0281c8ad25383a1241fc362d616
2022-10-06 09:09:01 +00:00
..
Collect.hs Implement HLint suggestions and turn warnings into errors 2022-07-01 10:50:33 +00:00
Join.hs Use witherable, remove catMaybes/mapMaybe 2022-07-29 14:53:16 +00:00
RemoteSchema.hs Replace Data.Text.Extended with ErrorMessage in a few more places. 2022-07-25 10:42:03 +00:00
Source.hs server: migrate to aeson-2 in preparation for ghc 9.2 upgrade 2022-06-08 15:32:27 +00:00
Types.hs server: switch to ghc 9.2 (2nd try) 2022-10-06 09:09:01 +00:00