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

amazonka: Remove redundant Typeable constraints from Hooks #1015

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

endgame
Copy link
Collaborator

@endgame endgame commented Jan 13, 2025

Closes #1014

@Montmorency
Copy link

Thanks. Is this Typeable (AWSResponse a) also redundant? retryRequest :: forall m a withAuth. ( MonadResource m, AWSRequest a, Typeable a, Typeable (AWSResponse a), Foldable withAuth ) =>

@endgame endgame force-pushed the remove-hook-typeable branch from 73235be to 5c2c639 Compare January 13, 2025 14:37
@endgame
Copy link
Collaborator Author

endgame commented Jan 13, 2025

Yes, I believe so.

@Montmorency
Copy link

I can confirm this patch builds without having to add any Typeable instances. Thanks very much!

@endgame endgame merged commit 1f48062 into brendanhay:main Jan 13, 2025
1 of 5 checks passed
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