You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing so will cause `network` to have an undeclared dependency against the
`mingwex` library on Windows, which can cause issues with GHC's runtime linker.
(See https://gitlab.haskell.org/ghc/ghc/-/issues/23309 for the full story.)
Thankfully, there is no particular need to define `_GNU_SOURCE` on Windows in
the first place, so I have guarded its definition with CPP.
Fixes#551.
0 commit comments