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

Update haskell setup and cache github actions #388

Closed ludat closed 3 months ago

ludat commented 3 months ago

Fixes #376

Question:

I saw that there was an interpolated value called ${{ github.Shah }} but I couldn't find what it meant online, I though it was a typo of sha but it doesn't make much sense to have it in the cache key since that would mean that the cache would get rebuilt on every commit so I deleted it.

ocramz commented 3 months ago

Thank you @ludat ! Much appreciated 🙏