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
This commit is contained in:
Auke Booij 2023-03-14 18:00:09 +01:00 committed by hasura-bot
parent 2ea72dac8a
commit f14b47cf42

View File

@ -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