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

Use qualified import on Data.List #210

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

Boarders
Copy link
Contributor

@Boarders Boarders commented Feb 7, 2023

Following this issue: haskell/core-libraries-committee#22

  • in the future Data.List will be monomorphized, and as such it is suggested by this compat warning:
src/Data/Yaml/Internal.hs:54:8: warning: [-Wcompat-unqualified-imports]
    To ensure compatibility with future core libraries changes
    imports to Data.List should be
    either qualified or have an explicit import list.
   |
54 | import Data.List

This PR thus makes this import qualified.

Copy link
Owner

@snoyberg snoyberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@snoyberg snoyberg merged commit 02e49d6 into snoyberg:master Feb 9, 2023
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

Successfully merging this pull request may close these issues.

2 participants