Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chaitanya Koparkar
GHC
Commits
561472f2
Commit
561472f2
authored
Sep 04, 2010
by
Ian Lynagh
Browse files
Binary no longer has unusable UNPACK pragmas, so no need to turn of -Werror
parent
897a7d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/validate-settings.mk
View file @
561472f2
...
...
@@ -52,9 +52,6 @@ libraries/haskeline_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-imports
# Temporarily turn off unused-import warnings for the binary package
libraries/
binary_dist-boot_EXTRA_HC_OPTS
+=
-fno-warn-unused-imports
libraries/
binary_dist-install_EXTRA_HC_OPTS
+=
-fno-warn-unused-imports
# binary has unusable UNPACK pragmas
libraries/
binary_dist-boot_EXTRA_HC_OPTS
+=
-Wwarn
libraries/
binary_dist-install_EXTRA_HC_OPTS
+=
-Wwarn
libraries/dph/
dph-base_dist-install_EXTRA_HC_OPTS
+=
-Wwarn
libraries/dph/
dph-prim-interface_dist-install_EXTRA_HC_OPTS
+=
-Wwarn
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment