Closed ggreif closed 8 years ago
The build failures on older GHCs seem to come from a broken binary
package on those. Not my fault.
Looks like the issue with binary is being tracked upstream at https://github.com/kolmodin/binary/issues/123.
@snoyberg when restarting a recent green check on travis, will it fail the same way with binary
?
Most likely, yes. I'm just hoping that binary will end up having a quick Hackage revision to fix the problem.
I've pushed commit 93fea18 to try and fix this, let's see what happens.
Can you try rebasing on master?
@snoyberg stuff looks prettier now!
Do we need any kind of lower bound on network for when the new names were introduced? I'm not sure how old the identifiers are.
v2.4.0.0 should be fine: https://github.com/haskell/network/commit/4db251a7d579b3efa606f69739e18cc6f9b64d02
Cool, can you add that to this PR?
@snoyberg done :-)
Cool, thanks! I'll merge once Travis goes green.
Removes a bunch of GHC warnings related to
NS.bindSocket
andNS.sClose