Skip to content

Commit

Permalink
Merge pull request #291 from input-output-hk/mgalazyn/fix/haddock
Browse files Browse the repository at this point in the history
Fix CHaP failure due to haddock issue
  • Loading branch information
carbolymer authored Oct 2, 2023
2 parents 8a7542a + 6a25eac commit b1d11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/internal/Cardano/Api/Eras/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ forEraMaybeEon =

maybeEon :: ()
=> Eon eon
=> IsCardanoEra era -- ^ Era to check
=> IsCardanoEra era
=> Maybe (eon era) -- ^ The eon if supported in the era
maybeEon =
inEonForEra Nothing Just cardanoEra
Expand Down

0 comments on commit b1d11c9

Please sign in to comment.