Skip to content

Commit 1097671

Browse files
committed
Try bumping min version to 8.4.x
1 parent 32b2489 commit 1097671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/ByteString/Builder/RealFloat/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import GHC.Word (Word8, Word32(..), Word64(..))
5959
import Foreign.Ptr (plusPtr)
6060
import qualified Foreign.Storable as S (poke)
6161

62-
#if __GLASGOW_HASKELL__ >= 802
62+
#if __GLASGOW_HASKELL__ >= 804
6363
import GHC.Float (castFloatToWord32, castDoubleToWord64)
6464
#else
6565
import System.IO.Unsafe (unsafePerformIO)

0 commit comments

Comments
 (0)