Skip to content

Commit

Permalink
Merge #2719
Browse files Browse the repository at this point in the history
2719: Update dependency on cardano-ledger-specs r=mrBliss a=mrBliss

Reason: IntersectMBO/cardano-ledger#1955

Co-authored-by: Thomas Winant <thomas@well-typed.com>
  • Loading branch information
iohk-bors[bot] and mrBliss authored Oct 30, 2020
2 parents 60175c6 + cc0888f commit 95a7cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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))
)

0 comments on commit 95a7cd5

Please sign in to comment.