haskell-servant / servant-swagger-ui

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

Allow servant-0.20 and other newer deps #108

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

Tested using

$ for i in servant-swagger-ui*; do (cd $i; cabal outdated); done
All dependencies are up to date.
All dependencies are up to date.
All dependencies are up to date.
All dependencies are up to date.
All dependencies are up to date.
$ cabal build --enable-tests --allow-newer=servant-blaze:servant -c 'base-compat>=0.13' all

There are no tests to run.

Depends on: