mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-05 02:10:53 +03:00
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:
parent
2ea72dac8a
commit
f14b47cf42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user