tx-generator: make it buildable in leios-prototype #6583
+4
−3
IOG Hydra / ci/hydra-build:x86_64-linux.nonrequired
failed
May 27, 2026 in 1m 27s
Build dependency failed
1 failed steps
Details
Failed Steps
Step 1
Derivation
/nix/store/rp0l1sys8an09af00h2jy81qcbdflwv3-hlint-check.drv
Log
trace-dispatcher/src/Cardano/Logging/Formatter.hs:42:1-14: Suggestion: Use newtype instead of data
Found:
data I a = I a
Perhaps:
newtype I a = I a
Note: decreases laziness
trace-dispatcher/src/Cardano/Logging/Formatter.hs:110:46: Suggestion: Redundant $
Found:
AE.toEncoding $ obj'
Perhaps:
AE.toEncoding obj'
2 hints
=====================================================================
Note: to ignore a particular hint (e.g. "Reduce duplication"), write
this in the source file:
{-# ANN module ("HLint: ignore Reduce duplication" :: Text) #-}
You can also apply it just to a particular function, which is better:
{-# ANN funcName ("HLint: ignore Reduce duplication" :: Text) #-}
Loading