From 8230df515b042ef7aa90b5a4f4069d83e5e75a2b Mon Sep 17 00:00:00 2001 From: Carlos LopezDeLara Date: Tue, 9 Jul 2024 04:06:52 -0600 Subject: [PATCH] Fix haddocks --- cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs index 430048b910..d043510f04 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs @@ -560,8 +560,8 @@ pGenesisDelegateVerificationKey = -- | Reader for verification keys rVerificationKey :: () => SerialiseAsRawBytes (VerificationKey a) - => AsType a -- | Singleton value identifying the kind of verification keys - -> Maybe String -- | Optional prefix to the error message + => AsType a -- ^ Singleton value identifying the kind of verification keys + -> Maybe String -- ^ Optional prefix to the error message -> ReadM (VerificationKey a) rVerificationKey a mErrPrefix = Opt.eitherReader $ first