mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
64c40b9a95
We seem to be rebuilding hpack on every PR. I'm hoping this will allow PRs to share a cache. I have also changed the cache key to include the entirety of _server/VERSIONS.json_, and added the GHC version there, to make sure it's properly invalidated. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6142 GitOrigin-RevId: fc61a26ad721f59f52687913f6978902f4c2ca0a
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"ghc": "8.10.7",
|
|
"hlint": "3.3.6",
|
|
"hpack": "0.34.7",
|
|
"ormolu": "0.3.1.0"
|
|
}
|