Skip to content

Commit

Permalink
Disable redundant constraint 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 d3eed22 commit cf4cfbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/delta-table/src/Database/Schema.hs
Expand Up @@ -6,6 +6,10 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}

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

module Database.Schema (
-- * Synopsis
-- | Typed database tables and rows.
Expand Down

0 comments on commit cf4cfbc

Please sign in to comment.