iconnect / cabal2stack

Create stack.yaml from cabal-install's plan.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create stack.yaml from cabal-install's plan.json

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%