Add support for postgresql-binary-0.14#362
Conversation
postgresql-binary-0.14, which is now in stackage nightlies, swaps out the type `NetAddr IP` from the `network-ip` package for its inet type with `IPRange` from the `iproute` package. This change adds CPP so that both build.
|
Thanks @michael-xavier-well |
|
Thanks @echatav . Is there a chance this will get a hackage release soon? |
|
@michael-xavier-well I made a new hackage version but it looks like it's broken on hackage from trying to install postgres. I think this happened before and I don't remember what to do to fix it. |
|
@echatav it looks like |
|
I added a comment to this issue for hackage. |
postgresql-binary-0.14, which is now in stackage nightlies, swaps out the type
NetAddr IPfrom thenetwork-ippackage for its inet type withIPRangefrom theiproutepackage. This change adds CPP so that both build.