This website requires JavaScript.
Explore
Help
Sign In
hasura
/
graphql-engine
Watch
1
Star
0
Fork
0
You've already forked graphql-engine
mirror of
https://github.com/hasura/graphql-engine.git
synced
2024-12-15 17:31:56 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
b522a0f650
graphql-engine
/
server
/
VERSIONS.json
7 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
Factor tool versions out into server/VERSIONS.json. This helps us use the same versions locally as in CI. If you're using the Nix setup, it guarantees it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5111 GitOrigin-RevId: 6e00cd7a78593df1e60fac37cc1195aba60e488f
2022-07-22 15:22:35 +03:00
{
Nix: Upgrade nixpkgs so we can use Cabal v3.10.1. This version includes an important fix for properly detecting changes in extra-source-files. We also pin the same version in GitHub workflows. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8930 GitOrigin-RevId: 884d9b807041a9b6c622ab221cbdfb446d3ffdba
2023-04-26 12:20:37 +03:00
"cabal-install"
:
"3.10.1.0"
,
server: Upgrade the HGE server to GHC 9.4.5 Upgrade to GHC 9.4.5, and update any tests. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8954 Co-authored-by: Mohd Bilal <24944223+m-Bilal@users.noreply.github.com> Co-authored-by: Samir Talwar <47582+SamirTalwar@users.noreply.github.com> Co-authored-by: Philip Lykke Carlsen <358550+plcplc@users.noreply.github.com> GitOrigin-RevId: 5261126777cb478567ea471c4bf5441bc345ea0d
2023-06-06 16:27:46 +03:00
"ghc"
:
"9.4.5"
,
"hlint"
:
"3.5"
,
Upgrade the Nix lockfile and fix ghcid on macOS. 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
2023-08-07 11:57:59 +03:00
"ormolu"
:
"0.7.1.0"
Factor tool versions out into server/VERSIONS.json. This helps us use the same versions locally as in CI. If you're using the Nix setup, it guarantees it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5111 GitOrigin-RevId: 6e00cd7a78593df1e60fac37cc1195aba60e488f
2022-07-22 15:22:35 +03:00
}
Reference in New Issue
Copy Permalink