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-16 18:42:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2b1fe6fdf9
graphql-engine
/
server
/
VERSIONS.json
7 lines
95 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"
,
ghc 9.2.5 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6777 Co-authored-by: Samir Talwar <47582+SamirTalwar@users.noreply.github.com> GitOrigin-RevId: 916abab76446cf7c4e1e63dc112ba4994ab4d23d
2022-11-15 14:25:04 +03:00
"ghc"
:
"9.2.5"
,
Upgrade HLint to v3.4.1. This upgrades CI and anyone using Nix to HLint v3.4.1. If you're not using Nix, this doesn't actually _do_ anything on your local machine; it's just a suggestion. It also applies a bunch of simple HLint refactors, using `make lint-hs-fix`. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6324 GitOrigin-RevId: de8267e4909d6dcd3f83543188517f3aaeebc5f3
2022-10-12 22:13:46 +03:00
"hlint"
:
"3.4.1"
,
Upgrade Ormolu to v0.5. This upgrades the version of Ormolu required by the HGE repository to v0.5.0.1, and reformats all code accordingly. Ormolu v0.5 reformats code that uses infix operators. This is mostly useful, adding newlines and indentation to make it clear which operators are applied first, but in some cases, it's unpleasant. To make this easier on the eyes, I had to do the following: * Add a few fixity declarations (search for `infix`) * Add parentheses to make precedence clear, allowing Ormolu to keep everything on one line * Rename `relevantEq` to `(==~)` in #6651 and set it to `infix 4` * Add a few _.ormolu_ files (thanks to @hallettj for helping me get started), mostly for Autodocodec operators that don't have explicit fixity declarations In general, I think these changes are quite reasonable. They mostly affect indentation. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6675 GitOrigin-RevId: cd47d87f1d089fb0bc9dcbbe7798dbceedcd7d83
2022-11-02 23:53:23 +03:00
"ormolu"
:
"0.5.0.1"
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