Skip to content

Commit afa7458

Browse files
committed
Remove no longer required constraint
1 parent c3d4f5d commit afa7458

File tree

1 file changed

+0
-3
lines changed
  • libs/cardano-ledger-core/src/Cardano/Ledger/Core

1 file changed

+0
-3
lines changed

libs/cardano-ledger-core/src/Cardano/Ledger/Core/Era.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ class
7575
-- protocol version for the era, otherwise we can never upgrade to the next version:
7676
CmpNat (ProtVerLow era) MaxVersion ~ 'LT
7777
, CmpNat (ProtVerHigh era) MaxVersion ~ 'LT
78-
, -- These two are redundant and can be removed once support for GHC-8.10 is dropped:
79-
ProtVerLow era <= MaxVersion
80-
, ProtVerHigh era <= MaxVersion
8178
) =>
8279
Era era
8380
where

0 commit comments

Comments
 (0)