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

MonadReader r m => MonadReader r (ActionT m) (fixes #342) #343

Closed fumieval closed 11 months ago

fumieval commented 11 months ago

This adds the pre-0.20 MonadReader instance back to ActionT