andreabedini/cabal-cache-native
Native, granular cache for Haskell cabal projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2025
- License
- MIT
Pinned Snippet
uses: andreabedini/cabal-cache-native@892923b2905a1aef1942f44d2df63c4db178fc1f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Relative path to the cabal project | no | . |
| plan-json | Relative path to cabal's plan.json file | no | dist-newstyle/cache/plan.json |
| store-path | Path to the cabal store | yes | — |
| cache-key-prefix | Extra string to prepended to the cache keys. It can be used to isolate different caches or start from scratch. | no | cabal |
| ghc | Path to ghc | no | ghc |
| ghcPkg | Path to ghc-pkg | no | ghc-pkg |
Outputs
no outputs