actions / setup-haskell

Set up your GitHub Actions workflow with a specific version of Haskell (GHC and Cabal)
MIT License
71 stars 30 forks source link

Provide cabal-cache executable #19

Open patrickt opened 4 years ago

patrickt commented 4 years ago

Using cabal-cache appears to yield superior results in Cabal-using projects that would otherwise have to simulate a cache by preserving the Cabal store and the dist-newstyle build results. We should provide it natively.

larskuhtz commented 4 years ago

You may take a look at https://github.com/larskuhtz/cabal-cache-action , which I haven't yet officially released, but which works fine for me in production.