https://github.com/iconnect/cabal2stack
Create stack.yaml from cabal-install's plan.json
https://github.com/iconnect/cabal2stack
Last synced: 11 months ago
JSON representation
Create stack.yaml from cabal-install's plan.json
- Host: GitHub
- URL: https://github.com/iconnect/cabal2stack
- Owner: iconnect
- License: bsd-3-clause
- Created: 2022-09-16T15:44:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T08:56:01.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T18:48:19.282Z (about 1 year ago)
- Language: Haskell
- Size: 32.2 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cabal2stack
This is a tool to create a `stack.yaml` file replicating a build plan
constructed by `cabal-install`. To use, first run `cabal build --dry-run` to
produce a `plan.json` file under `dist-newstyle/cache`, then run `cabal2stack`
to output a corresponding `stack.yaml`.