server, pro: remove Setup.hs scripts

They're tied to old-style cabal, and graphql-engine doesn't build with
those anymore anyhow.

Also removes a cabal.project Cabal version constraint related to Setup.hs.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3847
GitOrigin-RevId: 715e836cd2ddf7982143ba0ab8821f87a5eac0b1
This commit is contained in:
Robert 2022-03-07 17:08:12 +01:00 committed by hasura-bot
parent 9e12e32116
commit 94f70e6256
2 changed files with 0 additions and 8 deletions

View File

@ -20,11 +20,6 @@ jobs: $ncpus
packages: server
constraints:
-- Ensure we don't end up with a freeze file that forces an incompatible
-- version in CI for `Setup.hs` scripts.
setup.Cabal <3.4
-- https://github.com/andrewthad/haskell-ip/issues/79
allow-newer: ip:attoparsec

View File

@ -1,3 +0,0 @@
import Distribution.Simple
main = defaultMain