Skip to content

Commit

Permalink
Disable deprecation warnings in specific modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored and erikd committed Mar 16, 2023
1 parent f0d1cad commit 7a8bede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/wallet/src/Cardano/Wallet/DB/Sqlite/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

{-# OPTIONS_GHC -fno-warn-orphans #-}

-- TODO: https://input-output.atlassian.net/browse/ADP-2841
{-# OPTIONS_GHC -fno-warn-deprecations #-}

-- |
-- Copyright: © 2018-2020 IOHK
-- License: Apache-2.0
Expand Down
3 changes: 3 additions & 0 deletions lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
{-# LANGUAGE ViewPatterns #-}
{- HLINT ignore "Use <$>" -}

-- TODO: https://input-output.atlassian.net/browse/ADP-2841
{-# OPTIONS_GHC -fno-warn-deprecations #-}

-- |
-- Copyright: © 2020 IOHK
-- License: Apache-2.0
Expand Down

0 comments on commit 7a8bede

Please sign in to comment.