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

Change command for running examples in README #393

Open pbrinkmeier opened 6 months ago

pbrinkmeier commented 6 months ago

Addresses #390

This works in a fresh haskell:9.6.4-lite Docker container and will download necessary dependencies. It should continue to work for the foreseeable future. There's some minor formatting changes too, let me know if they're okay with you.

pbrinkmeier commented 5 months ago

Hey, what's your opinion here? Should we add a stack.yaml to make it possible to do stack run or maybe add a hint for Stack users that it won't work out of the box even though it's compatible?