Ben Gamari pushed to branch wip/backports-9.14 at Glasgow Haskell Compiler / GHC
Commits:
-
f441b038
by Ben Gamari at 2025-10-04T11:45:32-04:00
1 changed file:
Changes:
| ... | ... | @@ -522,7 +522,7 @@ instance Binary (FunPtr a) where |
| 522 | 522 | put = put . castFunPtrToPtr
|
| 523 | 523 | get = castPtrToFunPtr <$> get
|
| 524 | 524 | |
| 525 | -#if MIN_VERSION_ghc_internal(9,1500,0)
|
|
| 525 | +#if MIN_VERSION_ghc_internal(9,1400,0)
|
|
| 526 | 526 | instance Binary Heap.HalfWord where
|
| 527 | 527 | put x = put (fromIntegral x :: Word32)
|
| 528 | 528 | get = fromIntegral <$> (get :: Get Word32)
|