Skip to content

Commit

Permalink
Disable doctest that is not relevant for new ghc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 16, 2024
1 parent 07497e8 commit 82de2e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Color/src/Graphics/Color/Algebra/Elevator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ double2Word64 d'

-- | Differs from `fromIntegral` due to: [GHC #17782](https://gitlab.haskell.org/ghc/ghc/issues/17782)
--
-- >>> fromIntegral (maxBound :: Word64) :: Double
-- This is the value for ghc < 9.2
--
-- > fromIntegral (maxBound :: Word64) :: Double
-- 1.844674407370955e19
--
maxWord64 :: Double
Expand Down

0 comments on commit 82de2e9

Please sign in to comment.