From f14b47cf42df50a9ac4de0873ba43459360202ee Mon Sep 17 00:00:00 2001 From: Auke Booij Date: Tue, 14 Mar 2023 18:00:09 +0100 Subject: [PATCH] chore(server): stricter GHC warnings for libraries #7730 added some `package` stanzas to the Cabal project files so that we enable more GHC warnings. #7761 recognized that these package stanzas used incorrect package names, and were therefore dysfunctional. Simultaneously with that PR, #7758 renamed some of our Cabal packages, to the same ones used by #7730. However, it didn't change the names used by the package stanzas. So finally, this reverts the names in the stanzas to the ones used by #7730 (and which are now correct). PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8275 GitOrigin-RevId: 1a3748ed79d1fa699c5e543b1af16f359c35c028 --- cabal/dev-sh.project.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal/dev-sh.project.local b/cabal/dev-sh.project.local index 09055d01419..957e4d83c6b 100644 --- a/cabal/dev-sh.project.local +++ b/cabal/dev-sh.project.local @@ -73,16 +73,16 @@ package dc-api package graphql-parser ghc-options: -j -Werror -package hasura-error-message +package error-message ghc-options: -j -Werror -package hasura-incremental +package incremental ghc-options: -j -Werror package hasura-prelude ghc-options: -j -Werror -package hasura-schema-parsers +package schema-parsers ghc-options: -j -Werror package pg-client