Skip to content
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

Update dependency on cardano-ledger-specs #2719

Merged
merged 1 commit into from
Oct 30, 2020
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
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: c03dd5592bde3bf4f9726f257ba09235aeb4818d
--sha256: 1rpjrcc45s58f76zp5mnibqwkgap5yipzgsgp2fhydcysm1rwblf
tag: f1b1a0c3832aa3edffecebd744acd978d5d6611e
--sha256: 0zm3l434dkf6z0nb78iak4s9ppycqnl4f7nridkv0l0q9ahwzbk8
subdir:
byron/chain/executable-spec
byron/crypto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Cardano.Crypto.KES (MockKES)

import Cardano.Ledger.Core (Value)
import Cardano.Ledger.Crypto (Crypto (..))
import Cardano.Ledger.Torsor (Delta)
import qualified Shelley.Spec.Ledger.API as SL

import Test.Cardano.Crypto.VRF.Fake (FakeVRF)
Expand Down Expand Up @@ -60,4 +61,5 @@ type CanMock era =
, SL.ShelleyTest era
, Arbitrary (SL.WitnessSet era)
, Arbitrary (Value era)
, Arbitrary (Delta (Value era))
)