Skip to content

Commit

Permalink
Added deprecated versions of Slot Credential Address.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSheard committed Jun 9, 2021
1 parent d5d3b1f commit 61b3063
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
@@ -0,0 +1,6 @@
module Shelley.Spec.Ledger.Address
{-# DEPRECATED "Use 'import Cardano.Ledger.Address' instead." #-}
(module X)
where

import Cardano.Ledger.Address as X
@@ -0,0 +1,6 @@
module Shelley.Spec.Ledger.Credential
{-# DEPRECATED "Use 'import Cardano.Ledger.Credential' instead." #-}
(module X)
where

import Cardano.Ledger.Credential as X
@@ -0,0 +1,6 @@
module Shelley.Spec.Ledger.Slot
{-# DEPRECATED "Use 'import Cardano.Ledger.Slot' instead." #-}
(module X)
where

import Cardano.Ledger.Slot as X

0 comments on commit 61b3063

Please sign in to comment.