Skip to content
Snippets Groups Projects
Commit 716f332d authored by Simon Marlow's avatar Simon Marlow Committed by Ian Lynagh
Browse files

the time package uses mkTyCon, turn off deprecation warnings for now

parent da9104f9
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,9 @@ libraries/containers_dist-install_EXTRA_HC_OPTS += -fno-warn-incomplete-patterns
libraries/bytestring_dist-install_EXTRA_HC_OPTS += -fno-warn-identities
# Temporarily turn off unused-do-bind warnings for the time package
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind
# Temporary: mkTyCon is deprecated
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
# On Windows, there are also some unused import warnings
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-imports -fno-warn-identities
......
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