@hackage cabal-plan0.4.0.0
Library and utiltity for processing cabal's plan.json file
Categories
License
GPL-3.0-only
Maintainer
hvr@gnu.org
Links
Versions
Installation
Tested Compilers
Dependencies (13)
- aeson ^>=1.2.0 || ^>=1.3.0 || ^>=1.4.0.0
- base >=4.6 && <4.10 || ^>=4.10 || ^>=4.11 || ^>=4.12
- base16-bytestring ^>=0.1.1
- bytestring ^>=0.10.0
- containers ^>=0.5.0 || ^>=0.6.0.1
- directory ^>=1.2.0 || ^>=1.3.0 Show all…
Dependents (5)
@hackage/ngx-export-distribution, @hackage/ghcup, @hackage/cabal-plan-bounds, @hackage/cabal-helper, @hackage/cabal-flatpak
Package Flags
exe
(on by default)
Enable exe:cabal-plan component
license-report
(off by default)
Enable license-report sub-command (only relevant when the exe flag is active)
_
(off by default)
Enable underlining of primary unit-ids
This package provides a library for decoding plan.json files as
well as the simple tool cabal-plan for extracting and pretty printing
the information contained in the plan.json file.
plan.json files are generated by cabal's nix-style local builds and contain detailed information about the build/install plan computed by the cabal solver.