Skip to content

Fix typo for WSAEACCES on Windows - #622

Merged
kazu-yamamoto merged 2 commits into
haskell:masterfrom
sodic:wsaeacces-fix
Aug 24, 2026
Merged

Fix typo for WSAEACCES on Windows#622
kazu-yamamoto merged 2 commits into
haskell:masterfrom
sodic:wsaeacces-fix

Conversation

@sodic

@sodic sodic commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Fixes #623

I wasn't sure whether this should qualify as a breaking change. The typo is not documented behavior, but if someone depended on it, their code will break.

@sodic sodic changed the title Wsaeacces fix Fix typo for WSAEACCES Aug 21, 2026
@sodic sodic changed the title Fix typo for WSAEACCES Fix typo for WSAEACCES on Windows Aug 21, 2026
@kazu-yamamoto
kazu-yamamoto self-requested a review August 24, 2026 00:02

@kazu-yamamoto kazu-yamamoto left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice catch!

@kazu-yamamoto
kazu-yamamoto merged commit 2a3e76a into haskell:master Aug 24, 2026
19 checks passed
@kazu-yamamoto

Copy link
Copy Markdown
Collaborator

Rebased and merged.
Thanks!
I believe that this is just a fix, not a breaking change.

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.

Fix WSAEACCES typo in error message on Windows

2 participants