There is an inconsistency in the dependencies.
if flag(network-uri)
build-depends: network > 2.6 && < 2.9 || >= 3.0.0 && < 3.2,
network-bsd >= 2.8.1 && < 2.9,
network-bsd >= 2.8.1 requires network >= 3, so there's no way you can allow at the same time network > 2.6 && < 2.9. There was a revision.
There is an inconsistency in the dependencies.
network-bsd >= 2.8.1requiresnetwork >= 3, so there's no way you can allow at the same timenetwork > 2.6 && < 2.9. There was a revision.