Closed larskuhtz closed 5 months ago
The unit test failures look concerning. I wonder if those are related to the new version of unordered-containers. In best case it's just test code that makes illegal assumptions about ordering of the items in the container.
OK, I think, the unit test failures are independent of the code changes in this PR. The have been appearing on other branches, too. I am going to investigate those based on master.
Closing this because it got merged into #1976
The PR removes / fixes the upper bound on
crypto-connection
. This fixes the build with the latest versions of the HTTP and TLS related packages.Along the way the PR also cleans up some issues and inconsistency in the cabal file -- which are small and trivial changes.