Skip to content

Commit

Permalink
Suppress missed-specialisations warning for fromFloatDigits (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad authored Nov 30, 2024
1 parent 4717642 commit 4f6d9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Oracle/Simple/JSON.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-missed-specialisations #-} -- suppressing fromFloatDigits warning

module Database.Oracle.Simple.JSON (AesonField (..), JsonDecodeError (..), DPIJsonNode(..)) where

Expand Down

0 comments on commit 4f6d9f2

Please sign in to comment.