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.71k stars 132 forks source link

Deprecate liftAndCatchIO and rescue #332

Closed fumieval closed 9 months ago

fumieval commented 9 months ago

They are now completely identical to liftIO and catch respectively