mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
9e12e32116
commit
94f70e6256
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
import Distribution.Simple
|
||||
|
||||
main = defaultMain
|
Loading…
Reference in New Issue
Block a user