haskell-servant / servant-swagger-ui

Provide embedded swagger UI for servant and swagger
46 stars 34 forks source link

Allow newer dependencies #114

Closed ysangkok closed 4 months ago

ysangkok commented 4 months ago

Tested using

cabal build -w ghc-9.8.2 -c 'lens>=5.3' -c 'text>=2.1' -c 'bytestring>=0.12' -c 'network>=3.2' all

Addresses: