Skip to content

workbench & analysis: assorted fixes #4582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,23 @@ library
Cardano.TopHandler
Cardano.Util

Cardano.Analysis.Run

Cardano.Analysis.API
Cardano.Analysis.API.Chain
Cardano.Analysis.API.ChainFilter
Cardano.Analysis.API.Context
Cardano.Analysis.API.Dictionary
Cardano.Analysis.API.Field
Cardano.Analysis.API.Ground
Cardano.Analysis.API.Metrics
Cardano.Analysis.API.Run
Cardano.Analysis.API.Types
Cardano.Analysis.API.LocliVersion

Cardano.Analysis.BlockProp
Cardano.Analysis.Chain
Cardano.Analysis.ChainFilter
Cardano.Analysis.Context
Cardano.Analysis.Ground
Cardano.Analysis.MachPerf
Cardano.Analysis.Version
Cardano.Analysis.Summary

Cardano.JSON
Cardano.Org
Cardano.Render

Expand Down Expand Up @@ -101,6 +107,7 @@ library
, extra
, file-embed
, filepath
, fingertree
, ghc
, gnuplot
, iohk-monitoring
Expand Down
Loading