Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3080 from input-output-hk/intricate/CDEC-362
Browse files Browse the repository at this point in the history
[CDEC-362] Fix block benchmark build
  • Loading branch information
erikd committed Jun 11, 2018
2 parents 2b179dd + dfbd35d commit 5d13d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions block/cardano-sl-block.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Benchmark bench-block
, criterion >= 1.3.0.0
, cardano-sl-binary
, cardano-sl-block
, cardano-sl-block-test
, cardano-sl-crypto
, cardano-sl-core
, formatting
Expand Down
2 changes: 2 additions & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13006,6 +13006,7 @@ license = stdenv.lib.licenses.mit;
, base
, bytestring
, cardano-sl-binary
, cardano-sl-block-test
, cardano-sl-core
, cardano-sl-crypto
, cardano-sl-db
Expand Down Expand Up @@ -13109,6 +13110,7 @@ benchmarkHaskellDepends = [
base
bytestring
cardano-sl-binary
cardano-sl-block-test
cardano-sl-core
cardano-sl-crypto
criterion
Expand Down

0 comments on commit 5d13d58

Please sign in to comment.