Skip to content

Commit 5c85005

Browse files
locallycompactnoonio
authored andcommitted
Add weeder roots for FromDAta and TxTraceSpace
1 parent 985c3ed commit 5c85005

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

weeder.toml

+8
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ root-instances = [ { class = '\.Eq$' }
2121
, { class = '\.Num$' }
2222
, { class = '\.Real$' }
2323
, { class = '\.Integral$' }
24+
, { module = "Hydra.Contract.Commit", instance = "FromData RedeemerType" }
25+
, { module = "Hydra.Contract.Commit", instance = "UnsafeFromData RedeemerType" }
26+
, { module = "Hydra.Contract.Deposit", instance = "FromData DepositRedeemer" }
27+
, { module = "Hydra.Contract.MintAction", instance = "FromData MintAction" }
28+
, { module = "Hydra.Network.Ouroboros.Type", instance = "Protocol" }
29+
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "HasVariables" }
30+
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "MonadFail AppM" }
31+
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "MonadThrow AppM" }
2432
]

0 commit comments

Comments
 (0)