Skip to content

Commit

Permalink
Remove PPUP imports from Conway (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT committed Apr 29, 2024
1 parent 44080e2 commit 002b722
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/Everything.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Ledger.PDF
import Ledger.Foreign.HSLedger

import Ledger.NewPP; import Ledger.NewPP.Properties
import Ledger.PPUp; import Ledger.PPUp.Properties
-- ^ deprecated in Conway, but keep it around for eventual earlier eras

-- ** Midnight example
Expand Down
1 change: 0 additions & 1 deletion src/Ledger/Ledger.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module Ledger.Ledger

open import Ledger.Enact govStructure
open import Ledger.Gov txs
open import Ledger.PPUp txs
open import Ledger.Utxo txs abs
open import Ledger.Utxow txs abs

Expand Down
3 changes: 0 additions & 3 deletions src/Ledger/PDF.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ open import Ledger.Utxo.Properties
open import Ledger.Utxow
open import Ledger.Utxow.Properties

open import Ledger.PPUp
open import Ledger.PPUp.Properties

open import Ledger.Ledger
open import Ledger.Ledger.Properties
open import Ledger.Ratify.Properties
Expand Down

0 comments on commit 002b722

Please sign in to comment.