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

make ScottyT a real monad transformer #276

Closed fumieval closed 3 years ago

fumieval commented 3 years ago

addresses #225 and #272.

This can be resolved with a surprisingly small amount of change, so I went ahead with submitting a PR.

fumieval commented 3 years ago

Hmm, some code relies on IO being the base monad of ScottyT. I wonder what the right direction is

friedbrice commented 1 year ago

Hmm, some code relies on IO being the base monad of ScottyT. I wonder what the right direction is

Probably deprecate ScottyT.