How to set up a GitLab CI cabal cache
Haskell Community [Unofficial]
April 22, 2026
I’ve tried to Google this seemingly simple matter, but to no great avail, so:
How do I cache cabal dependencies in a GitLab CI pipeline, so that they are not rebuilt on every new pipeline run?
Discussion in the ATmosphere