Skip to content

Commit 8e971f5

Browse files
authored
Merge pull request #9867 from alt-romes/wip/romes/fixes
Only use -Werror in validate
2 parents d7147fc + a9abbf7 commit 8e971f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cabal.project.validate

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ import: project-cabal/constraints.config
55

66
tests: True
77
write-ghc-environment-files: never
8+
program-options
9+
ghc-options: -Werror

project-cabal/ghc-options.config

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
program-options
22
ghc-options:
33
-fno-ignore-asserts
4-
-Werror
54

65
-- Warning: even though introduced with GHC 8.10, -Wunused-packages gives false
76
-- positives with GHC 8.10.

0 commit comments

Comments
 (0)