haskell / actions

Github actions for Haskell CI
147 stars 54 forks source link

setup/README: add example with caching #211

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

A full-fledged example use of this action including caching and a sensible build matrix.

Rendering here: https://github.com/haskell/actions/blob/README-caching/setup/README.md#model-cabal-workflow-with-caching

Closes #209. Closes #61.

Refs:

peterbecich commented 1 year ago

Thanks @andreasabel