Skip to content
Snippets Groups Projects
Commit 0169cfea authored by Rodrigo Mesquita's avatar Rodrigo Mesquita :seedling: Committed by Mikolaj
Browse files

Only use -Werror in validate

Reverts a change that made `-Werror` be applied when building in tree Cabal, even when just developing.
Puts `-Werror` back in the `cabal.project.validate` validation project.

Fixes #9866

(cherry picked from commit 355b48c3)
parent 9d95ec8d
Branches mergify/bp/3.12/pr-9867
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ import: project-cabal/constraints.config
tests: True
write-ghc-environment-files: never
program-options
ghc-options: -Werror
program-options
ghc-options: -fno-ignore-asserts -Werror
ghc-options: -fno-ignore-asserts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment