GetShopTV / swagger2

Swagger 2.0 data model.
http://hackage.haskell.org/package/swagger2
BSD 3-Clause "New" or "Revised" License
74 stars 59 forks source link

Allow newer dependencies #242

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

Includes #238. Fixes

Tested using

cabal test -w ghc-9.2.4 --enable-tests --constraint='aeson>=2.1' --constraint='lens>=5.2' --constraint='vector>=0.13' --constraint='hspec>=2.10'
dmjio commented 2 years ago

@ysangkok thnx !

l-epple commented 2 years ago

A release / hackage revision for this would be great, since I don't think any dependency updates require code changes compared to the last release on hackage.