Skip to content

Commit

Permalink
Disable deprecation warnings for Cardano.DB.Sqlite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored and erikd committed Mar 16, 2023
1 parent 981c955 commit c55b23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/wallet/src/Cardano/DB/Sqlite.hs
Expand Up @@ -15,6 +15,9 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}

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

{- HLINT ignore "Redundant flip" -}

-- |
Expand Down

0 comments on commit c55b23f

Please sign in to comment.