We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033fbd commit 6513c1fCopy full SHA for 6513c1f
weeder.toml
@@ -21,6 +21,7 @@ root-instances = [ { class = '\.Eq$' }
21
, { class = '\.Num$' }
22
, { class = '\.Real$' }
23
, { class = '\.Integral$' }
24
+ , { module = "Hydra.Contract.Commit", instance = "UnsafeFromData Commit" }
25
, { module = "Hydra.Contract.Commit", instance = "FromData RedeemerType" }
26
, { module = "Hydra.Contract.Commit", instance = "UnsafeFromData RedeemerType" }
27
, { module = "Hydra.Contract.Deposit", instance = "FromData DepositRedeemer" }
0 commit comments