mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
71c31755c1
I was experiencing issues trying to install ghcid on macOS + aarch64. Turns out there's a patch for that but it's not enabled for GHC 9.4. I have added it. We may want to push this upstream. This also upgrades Ormolu, with only a tiny change. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10062 GitOrigin-RevId: 09d0bf115155267584e91c6a21caf8afc7d744a8
7 lines
93 B
JSON
7 lines
93 B
JSON
{
|
|
"cabal-install": "3.10.1.0",
|
|
"ghc": "9.4.5",
|
|
"hlint": "3.5",
|
|
"ormolu": "0.7.1.0"
|
|
}
|