File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 99{-# LANGUAGE ScopedTypeVariables #-}
1010{-# LANGUAGE TypeApplications #-}
1111
12+ {-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
13+ -- needs different instances on ghc8 and on ghc9
14+
1215module Cardano.Node.Tracing.Tracers
1316 ( mkDispatchTracers
1417 ) where
Original file line number Diff line number Diff line change 1717{-# LANGUAGE UndecidableInstances #-}
1818
1919{-# OPTIONS_GHC -Wno-orphans #-}
20+ {-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
21+ -- needs different instances on ghc8 and on ghc9
22+
2023
2124module Cardano.Tracing.Tracers
2225 ( Tracers (.. )
@@ -136,6 +139,9 @@ import qualified Control.Concurrent.STM as STM
136139import Cardano.Protocol.TPraos.OCert (KESPeriod (.. ))
137140import qualified Data.Aeson.KeyMap as KeyMap
138141
142+ {-# OPTIONS_GHC -Wno-redundant-constraints #-}
143+ -- needs different instances on ghc8 and on ghc9
144+
139145{- HLINT ignore "Redundant bracket" -}
140146{- HLINT ignore "Use record patterns" -}
141147
You can’t perform that action at this time.
0 commit comments