CI: Get the GHC version from VERSIONS.json for all GitHub workflows.

Ideally, we'd have one place for this.

I have also removed the pinned Cabal version because v3.10 should address the bug we were seeing in the v3.8 series.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8497
GitOrigin-RevId: d0c68792c30e2e28ff2e210dd3ac8d28b83ac851
This commit is contained in:
Samir Talwar 2023-03-27 20:51:26 +02:00 committed by hasura-bot
parent 71898f602b
commit d85de6bb6a
21 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
cabal-version: 2.2 cabal-version: 3.6
name: arrows-extra name: arrows-extra
version: 1.0.0 version: 1.0.0
build-type: Simple build-type: Simple

View File

@ -1 +0,0 @@
../../cabal.project

View File

@ -1 +0,0 @@
../../cabal.project

View File

@ -0,0 +1 @@
../cabal.project

View File

@ -0,0 +1 @@
../cabal.project

View File

@ -1,4 +1,4 @@
cabal-version: 3.0 cabal-version: 3.6
name: graphql-parser name: graphql-parser
version: 0.2.0.0 version: 0.2.0.0
synopsis: A native Haskell GraphQL parser. synopsis: A native Haskell GraphQL parser.

View File

@ -1,4 +1,4 @@
cabal-version: 3.0 cabal-version: 3.6
name: hasura-prelude name: hasura-prelude
version: 0.1.0.0 version: 0.1.0.0

View File

@ -1,4 +1,4 @@
cabal-version: 2.2 cabal-version: 3.6
name: incremental name: incremental
version: 1.0.0 version: 1.0.0
build-type: Simple build-type: Simple

View File

@ -1 +0,0 @@
../../cabal.project

View File

@ -1 +0,0 @@
../../cabal.project

View File

@ -0,0 +1 @@
../cabal.project

View File

@ -0,0 +1 @@
../cabal.project

View File

@ -1,4 +1,4 @@
cabal-version: 3.0 cabal-version: 3.6
name: pg-client name: pg-client
version: 0.1.0 version: 0.1.0
homepage: https://github.com/hasura/graphql-engine homepage: https://github.com/hasura/graphql-engine