setup-haskell icon indicating copy to clipboard operation
setup-haskell copied to clipboard

Provide cabal-cache executable

Open patrickt opened this issue 4 years ago • 1 comments

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.

patrickt avatar May 20 '20 14:05 patrickt

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.

larskuhtz avatar Jun 04 '20 18:06 larskuhtz