Skip to content

Commit

Permalink
Use the (~) type operator from Prelude as required by ghc 9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Nov 2, 2023
1 parent f938be5 commit 5e3a604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano-node/src/Cardano/Node/LedgerEvent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}

-- | Local representation for display purpose of cardano-ledger events.
Expand Down Expand Up @@ -103,6 +104,7 @@ import Ouroboros.Consensus.Ledger.Extended (ExtLedgerState)
import Ouroboros.Consensus.Shelley.Ledger (ShelleyBlock,
ShelleyLedgerEvent (..))
import Ouroboros.Consensus.TypeFamilyWrappers
import Prelude (type (~))
import System.IO(hIsEOF)
import Cardano.Ledger.Conway.Rules (ConwayNewEpochEvent, ConwayEpochEvent)
import qualified Cardano.Ledger.Conway.Rules as Conway
Expand Down

0 comments on commit 5e3a604

Please sign in to comment.