Skip to content

Commit

Permalink
Delete EraCast type class and EraCastError type
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 11, 2023
1 parent 24a93e0 commit f978ed0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ library internal
Cardano.Api.Eon.ShelleyToAlonzoEra
Cardano.Api.Eon.ShelleyToBabbageEra
Cardano.Api.Eon.ShelleyToMaryEra
Cardano.Api.EraCast
Cardano.Api.Eras
Cardano.Api.Eras.Case
Cardano.Api.Eras.Constraints
Expand Down
28 changes: 0 additions & 28 deletions cardano-api/internal/Cardano/Api/EraCast.hs

This file was deleted.

5 changes: 0 additions & 5 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -934,10 +934,6 @@ module Cardano.Api (
parseFilePath,
writeSecrets,

-- ** Cast functions
EraCast (..),
EraCastError (..),

-- * Convenience functions

-- ** Transaction construction
Expand Down Expand Up @@ -1037,7 +1033,6 @@ import Cardano.Api.Eon.ShelleyToAllegraEra
import Cardano.Api.Eon.ShelleyToAlonzoEra
import Cardano.Api.Eon.ShelleyToBabbageEra
import Cardano.Api.Eon.ShelleyToMaryEra
import Cardano.Api.EraCast
import Cardano.Api.Eras
import Cardano.Api.Eras.Case
import Cardano.Api.Eras.Constraints
Expand Down

0 comments on commit f978ed0

Please sign in to comment.