Skip to content

Commit

Permalink
try moving cutoff from ghc 9.0 to 9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 15, 2023
1 parent da77c74 commit 01dcea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Bits/Floating/Prim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import GHC.Exts (Word64#, Word32#)
-- Earlier than GHC 9.4? then Word is our 64 bit type.
import GHC.Exts (Word#)
#define WORD64 Word
#if MIN_VERSION_base(4,15,0)
-- Word32 and Word diverged in base 4.15.0 (GHC 9.0.1?))
#if MIN_VERSION_base(4,16,0)
-- Word32 and Word diverged in base 4.16.0 (GHC 9.2.1?))
import GHC.Exts (Word32#)
#define WORD32 Word32
#else
Expand Down

0 comments on commit 01dcea5

Please sign in to comment.