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

Get rid of data-default-class #316

Closed ocramz closed 4 months ago

ocramz commented 10 months ago

The Default typeclass is not well designed (https://markkarpov.com/post/data-default.html) and we use it here just to save some keystrokes to the user (once, when they scottyOpts or similar). Let's be explicit about our default settings instead.