scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.72k stars 134 forks source link

Allow building with aeson-2.2.* #296

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

None of the API changes in aeson-2.2.0.0 impact how scotty uses aeson, so it is safe to simply raise the upper version bounds.