File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ in rec
128128 meta = { } ;
129129 buildInputs = deps ;
130130 buildPhase = ''
131- agda --profile=modules src/CardanoLedger .agda | tee typecheck.log
131+ agda --profile=modules src/Ledger/Conway .agda | tee typecheck.log
132132 '' ;
133133 doCheck = true ;
134134 checkPhase = ''
Original file line number Diff line number Diff line change 1- module CardanoLedger where
1+ module Ledger.Conway where
22
3- import CardanoLedgerSafe
3+ import Ledger.ConwaySafe
44
55import Ledger.Conway.Foreign.HSLedger
66
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ open import Ledger.Conway.Enact govStructure
3232open import Ledger.Conway.Gov txs
3333open import Ledger.Conway.Ledger txs abs
3434open import Ledger.Conway.Ratify txs
35- open import Ledger.Conway.Rewards govStructure
35+ open import Ledger.Conway.Rewards txs abs
3636open import Ledger.Conway.Utxo txs abs
3737
3838\end{code}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ open import Ledger.Conway.Epoch txs abs
1616open import Ledger.Conway.Ledger txs abs
1717open import Ledger.Conway.Ratify txs
1818open import Ledger.Conway.Ratify.Properties txs
19+ open import Ledger.Conway.Rewards txs abs
1920
2021open import Data.List using (filter)
2122import Relation.Binary.PropositionalEquality as PE
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ open import Ledger.Conway.Types.Numeric.UnitInterval
2020open import Agda.Builtin.FromNat
2121open Number number renaming (fromNat to fromℕ)
2222
23- module Ledger.Rewards
23+ module Ledger.Conway. Rewards
2424 (txs : _) (open TransactionStructure txs)
2525 (abs : AbstractFunctions txs)
2626 where
You can’t perform that action at this time.
0 commit comments