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

Fix warnings by removing redundant dependency and imports #45

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

albsod
Copy link
Contributor

@albsod albsod commented Jun 26, 2024

Remove redundant qualified Data.Int and Data.Ratio imports as well as the integers dependency. Fixes #44.

Description of the change

This fixes warnings printed by spago build.

Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

Remove redundant

- integers dependency
- qualified Data.Int and Data.Ratio imports

Add an entry to the CHANGELOG.
@gbagan gbagan merged commit aa13f21 into purescript-contrib:master Jun 27, 2024
1 check passed
@albsod albsod deleted the fix-warnings branch June 27, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Qualified imports generate warnings
2 participants