An open API service indexing awesome lists of open source software.

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

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`.