From 29bdcf5a6c5d1bcf0abe2f23c41d4d4b98be976b Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 4 Oct 2023 20:23:01 +1100 Subject: [PATCH] Work around Haddock bug --- cardano-api/internal/Cardano/Api/Eras/Core.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cardano-api/internal/Cardano/Api/Eras/Core.hs b/cardano-api/internal/Cardano/Api/Eras/Core.hs index f14bd50399..1a0cde248b 100644 --- a/cardano-api/internal/Cardano/Api/Eras/Core.hs +++ b/cardano-api/internal/Cardano/Api/Eras/Core.hs @@ -152,10 +152,10 @@ forEraMaybeEon :: () forEraMaybeEon = inEonForEra Nothing Just -maybeEon :: - ( Eon eon - , IsCardanoEra era -- ^ Era to check - ) => Maybe (eon era) -- ^ The eon if supported in the era +maybeEon :: () + => Eon eon + => IsCardanoEra era + => Maybe (eon era) -- ^ The eon if supported in the era maybeEon = inEonForEra Nothing Just cardanoEra