From 0abecb6f735f5dff9be9b02055b7b3780e493c7e Mon Sep 17 00:00:00 2001 From: Maksim Golubev Date: Fri, 21 Aug 2020 01:26:08 +0300 Subject: [PATCH] fix: Move `cardano-ledger-specs` forward one commit to fix build by `stack` deleted dead symlink "cddl-spec" The presence of an invalid link leads to an error in the `cardano-node` build via `stack`. See https://github.com/commercialhaskell/stack/issues/4579 for further information. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 39374c26e0a..f33eec9a079 100644 --- a/stack.yaml +++ b/stack.yaml @@ -65,7 +65,7 @@ extra-deps: - websockets-0.12.6.1 - git: https://github.com/input-output-hk/cardano-ledger-specs - commit: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + commit: 370ee0ad806721fb35a3b8cee645c99e178a6ad9 subdirs: # small-steps - semantics/executable-spec