Skip to content

Commit

Permalink
cardano-node: Fix for ghc 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro committed Jan 15, 2025
1 parent 6194577 commit 4271be7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ startLedgerMetricsTracer
. IsLedger (LedgerState blk)
=> LedgerQueries blk
=> AF.HasHeader (Header blk)
#if __GLASGOW_HASKELL__ >= 908
=> AF.HasHeader blk
#endif
=> Tracer IO LedgerMetrics
-> Int
-> NodeKernelData blk
Expand Down

0 comments on commit 4271be7

Please sign in to comment.