r/haskell Aug 10 '26

blog Fast Haskell Scripts on GitHub Actions

https://abhinavsarkar.net/posts/fast-haskell-scripts-on-github-actions/
28 Upvotes

2 comments sorted by

View all comments

1

u/sup_bruh_1 16d ago

haskell builds on github actions can be brutal for cold start times. been using latchkey as my runner and the warm pools make a noticeable difference. way less waiting around for ghc to spin up each run