haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

Accept network-3.2, misc bumps #1741

Closed ysangkok closed 2 months ago

ysangkok commented 2 months ago

Tested with

cabal build -c 'network>=3.2' -c 'filepath >= 1.4' -c 'warm >= 3.4' --allow-newer=swagger2:network,io-streams:network,openssl-streams:network,HsOpenSSL:network

I have created issues for these allow-newers. Have removed version constraints from cookbook examples since we always forget them. And they're not published anyway.