Don't depend on zlib.dll on windows. - #12274
Conversation
It might not be available, for example if we build in a msys env, but run under powershell. Fixes haskell#12272
|
This looks uncontroversial enough to make |
Merge Queue Status
This pull request spent 2 hours 6 minutes 52 seconds in the queue, including 1 hour 56 minutes 26 seconds running CI. Required conditions to merge
|
|
@mergify backport 3.18 |
✅ Backports have been createdDetails
|
Backport #12274: Don't depend on zlib.dll on windows.
|
no changelog entry :-( i'm not sure Template B was the right call here. |
|
Ouch, I missed both when reviewing. @AndreasPK: would you find a moment to make an extra-quick followup PR with the same fix for the other 3 cabal.release.* files and with the tiny changelog snippet, as in all the other PRs? Or even one of the above? |
|
the other project file (there's just one that we care about i think, |
zlib.DLL might not be available, for example if we build in a msys env, but run under powershell. Fixes #12272
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: