From 1affeb5d654b2e7d2015fe82e8984ba71a5a0931 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Mon, 24 Aug 2020 16:35:36 +1000 Subject: [PATCH 1/2] Fix stack build Bumps the cardano-ledger-specs package to latest master, which fixes a dangling symlink in its git repo which broke newer versions of stack. --- cardano-1.19.x.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-1.19.x.yaml b/cardano-1.19.x.yaml index e958df15ca2..239fd14bb98 100644 --- a/cardano-1.19.x.yaml +++ b/cardano-1.19.x.yaml @@ -72,7 +72,7 @@ packages: commit: 2547ad1e80aeabca2899951601079408becbc92c - git: https://github.com/input-output-hk/cardano-ledger-specs - commit: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + commit: 0715d2047b3d23e8b75b8430bddf391799c4669d subdirs: - byron/ledger/impl - byron/crypto From 4bbc2b0c7f62265e1072f69ca6a1323b68505c3c Mon Sep 17 00:00:00 2001 From: IOHK Date: Mon, 24 Aug 2020 06:44:23 +0000 Subject: [PATCH 2/2] Regenerate nix --- nix/.stack.nix/byron-spec-chain.nix | 4 ++-- nix/.stack.nix/byron-spec-ledger.nix | 4 ++-- nix/.stack.nix/cardano-crypto-test.nix | 4 ++-- nix/.stack.nix/cardano-crypto-wrapper.nix | 4 ++-- nix/.stack.nix/cardano-ledger-test.nix | 4 ++-- nix/.stack.nix/cardano-ledger.nix | 4 ++-- nix/.stack.nix/shelley-spec-ledger-test.nix | 4 ++-- nix/.stack.nix/shelley-spec-ledger.nix | 4 ++-- nix/.stack.nix/shelley-spec-non-integral.nix | 4 ++-- nix/.stack.nix/small-steps-test.nix | 4 ++-- nix/.stack.nix/small-steps.nix | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/nix/.stack.nix/byron-spec-chain.nix b/nix/.stack.nix/byron-spec-chain.nix index 2449521156f..f79189951b7 100644 --- a/nix/.stack.nix/byron-spec-chain.nix +++ b/nix/.stack.nix/byron-spec-chain.nix @@ -64,8 +64,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/chain/executable-spec; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/byron-spec-ledger.nix b/nix/.stack.nix/byron-spec-ledger.nix index e537a5066f2..384db323f85 100644 --- a/nix/.stack.nix/byron-spec-ledger.nix +++ b/nix/.stack.nix/byron-spec-ledger.nix @@ -87,8 +87,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/ledger/executable-spec; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/cardano-crypto-test.nix b/nix/.stack.nix/cardano-crypto-test.nix index 789b761bc73..7bfcf7acae3 100644 --- a/nix/.stack.nix/cardano-crypto-test.nix +++ b/nix/.stack.nix/cardano-crypto-test.nix @@ -44,8 +44,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/crypto/test; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/cardano-crypto-wrapper.nix b/nix/.stack.nix/cardano-crypto-wrapper.nix index 99f8c0f32af..f08b956fd70 100644 --- a/nix/.stack.nix/cardano-crypto-wrapper.nix +++ b/nix/.stack.nix/cardano-crypto-wrapper.nix @@ -69,8 +69,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/crypto; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/cardano-ledger-test.nix b/nix/.stack.nix/cardano-ledger-test.nix index f7eb223d0a3..027b7d9f5fd 100644 --- a/nix/.stack.nix/cardano-ledger-test.nix +++ b/nix/.stack.nix/cardano-ledger-test.nix @@ -66,8 +66,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/ledger/impl/test; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/cardano-ledger.nix b/nix/.stack.nix/cardano-ledger.nix index 5f6e31b65a9..7dbf2853814 100644 --- a/nix/.stack.nix/cardano-ledger.nix +++ b/nix/.stack.nix/cardano-ledger.nix @@ -134,8 +134,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/byron/ledger/impl; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/shelley-spec-ledger-test.nix b/nix/.stack.nix/shelley-spec-ledger-test.nix index f64f8f91437..120ecbba54d 100644 --- a/nix/.stack.nix/shelley-spec-ledger-test.nix +++ b/nix/.stack.nix/shelley-spec-ledger-test.nix @@ -165,8 +165,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/shelley/chain-and-ledger/shelley-spec-ledger-test; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/shelley-spec-ledger.nix b/nix/.stack.nix/shelley-spec-ledger.nix index 440ec7fc125..f83dfdd612e 100644 --- a/nix/.stack.nix/shelley-spec-ledger.nix +++ b/nix/.stack.nix/shelley-spec-ledger.nix @@ -65,8 +65,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/shelley/chain-and-ledger/executable-spec; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/shelley-spec-non-integral.nix b/nix/.stack.nix/shelley-spec-non-integral.nix index 50ebd914072..98eea25fc96 100644 --- a/nix/.stack.nix/shelley-spec-non-integral.nix +++ b/nix/.stack.nix/shelley-spec-non-integral.nix @@ -42,8 +42,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/shelley/chain-and-ledger/dependencies/non-integer; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/small-steps-test.nix b/nix/.stack.nix/small-steps-test.nix index d1ec3bea977..957cd4d8681 100644 --- a/nix/.stack.nix/small-steps-test.nix +++ b/nix/.stack.nix/small-steps-test.nix @@ -92,8 +92,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/semantics/small-steps-test; echo source root reset to \$sourceRoot"; } \ No newline at end of file diff --git a/nix/.stack.nix/small-steps.nix b/nix/.stack.nix/small-steps.nix index ce3644985d5..ee671aacd06 100644 --- a/nix/.stack.nix/small-steps.nix +++ b/nix/.stack.nix/small-steps.nix @@ -67,8 +67,8 @@ } // { src = (pkgs.lib).mkDefault (pkgs.fetchgit { url = "https://github.com/input-output-hk/cardano-ledger-specs"; - rev = "460ee17d22cacb3ac4d90536ebe90500a356a1c9"; - sha256 = "0d2lhdffvwgwyhzm12hih2b1m784sgc45vadhwvaan95ipvcciil"; + rev = "0715d2047b3d23e8b75b8430bddf391799c4669d"; + sha256 = "0l2xlgqix9r376z11rsiws0990b64iw9hvmx94c5p7x9jsyz858q"; }); postUnpack = "sourceRoot+=/semantics/executable-spec; echo source root reset to \$sourceRoot"; } \ No newline at end of file