aesiniath / unbeliever

Opinionated Haskell Interoperability
https://hackage.haskell.org/package/unbeliever
MIT License
33 stars 11 forks source link

Defensive upper bound on http2 package #186

Closed istathar closed 1 year ago

istathar commented 1 year ago

I noticed that the documentation for core-webserver-warp wasn't building because http2 has had a number of breaking changes related to error handling. Right now Stackage has 3.0 and upstream is at 4.1 so that'll be a mess at some point, but no biggie. Add a defensive upper bound on http2 for the time being.