Skip to content

Commit

Permalink
Try bumping min version to 8.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
la-wu committed Aug 1, 2021
1 parent 32b2489 commit 1097671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Builder/RealFloat/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import GHC.Word (Word8, Word32(..), Word64(..))
import Foreign.Ptr (plusPtr)
import qualified Foreign.Storable as S (poke)

#if __GLASGOW_HASKELL__ >= 802
#if __GLASGOW_HASKELL__ >= 804
import GHC.Float (castFloatToWord32, castDoubleToWord64)
#else
import System.IO.Unsafe (unsafePerformIO)
Expand Down

0 comments on commit 1097671

Please sign in to comment.