Skip to content

Commit

Permalink
TMP: -fno-warn-deprecations for Cardano.ProtocolParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 9, 2024
1 parent 5ee0e08 commit 1f29ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{- HLINT ignore "Use camelCase" -}

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

module Internal.Cardano.Write.Tx.BalanceSpec
( spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NumericUnderscores #-}

{-# OPTIONS_GHC -fno-warn-deprecations #-}

module Cardano.Wallet.DummyTarget.Primitive.Types
( -- * Dummy values
block0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{- HLINT ignore "Use camelCase" -}

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

-- TODO: https://cardanofoundation.atlassian.net/browse/ADP-2841
{-# LANGUAGE CPP #-}
Expand Down

0 comments on commit 1f29ad3

Please sign in to comment.