File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,12 @@ root-instances = [ { class = '\.Eq$' }
21
21
, { class = ' \.Num$' }
22
22
, { class = ' \.Real$' }
23
23
, { 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" }
24
32
]
You can’t perform that action at this time.
0 commit comments