diff --git a/cabal.project b/cabal.project index d24d470001..eed1bd43f6 100644 --- a/cabal.project +++ b/cabal.project @@ -37,3 +37,9 @@ write-ghc-environment-files: always -- IMPORTANT -- Do NOT add more source-repository-package stanzas here unless they are strictly -- temporary! Please read the section in CONTRIBUTING about updating dependencies. + +source-repository-package + type: git + location: https://github.com/IntersectMBO/cardano-api.git + tag: 3bbdf8ae962d91602a4d8b0b416e90a0e8024943 + subdir: cardano-api \ No newline at end of file diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Run/Key.hs b/cardano-cli/src/Cardano/CLI/EraBased/Run/Key.hs index cd7f8cac88..ece1911d7a 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Run/Key.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Run/Key.hs @@ -221,8 +221,12 @@ readExtendedVerificationKeyFile evkfile = do k@AVrfVerificationKey{} -> goFail k k@AStakeVerificationKey{} -> goFail k k@ADRepVerificationKey{} -> goFail k +<<<<<<< HEAD k@ACommitteeColdVerificationKey{} -> goFail k k@ACommitteeHotVerificationKey{} -> goFail k +======= + _ -> error "readExtendedVerificationKeyFile: TODO" +>>>>>>> d6c43a76d (Bump cabal project) where goFail k = left $ KeyCmdExpectedExtendedVerificationKey k