Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading message about extensions #574

Open
asarkar opened this issue Jan 7, 2024 · 0 comments
Open

Misleading message about extensions #574

asarkar opened this issue Jan 7, 2024 · 0 comments

Comments

@asarkar
Copy link

asarkar commented Jan 7, 2024

ghc-options:
- -XViewPatterns

Warning: Instead of 'ghc-options: -XViewPatterns' use 'extensions: ViewPatterns'

However, adding extensions field to package.yaml generates another warning:

WARNING: Ignoring unknown field "extensions" in package description

What works is default-extensions: ViewPatterns.

This ticket is to change the misleading warning message about the extensions field that doesn't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant