Skip to content

Commit

Permalink
Add weeder roots for FromDAta and TxTraceSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 20, 2024
1 parent 852a3dd commit 8360560
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions weeder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ root-instances = [ { class = '\.Eq$' }
, { class = '\.Num$' }
, { class = '\.Real$' }
, { class = '\.Integral$' }
, { module = "Hydra.Contract.Commit", instance = "FromData RedeemerType" }
, { module = "Hydra.Contract.Commit", instance = "UnsafeFromData RedeemerType" }
, { module = "Hydra.Contract.Deposit", instance = "FromData DepositRedeemer" }
, { module = "Hydra.Contract.MintAction", instance = "FromData MintAction" }
, { module = "Hydra.Network.Ouroboros.Type", instance = "Protocol" }
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "HasVariables" }
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "MonadFail AppM" }
, { module = "Hydra.Chain.Direct.TxTraceSpec", instance = "MonadThrow AppM" }
]

0 comments on commit 8360560

Please sign in to comment.