Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
f8919262
by Cheng Shao at 2025-09-23T20:44:54-04:00
1 changed file:
Changes:
| ... | ... | @@ -525,7 +525,7 @@ instance Binary (FunPtr a) where |
| 525 | 525 | put = put . castFunPtrToPtr
|
| 526 | 526 | get = castPtrToFunPtr <$> get
|
| 527 | 527 | |
| 528 | -#if MIN_VERSION_ghc_internal(9,1500,0)
|
|
| 528 | +#if MIN_VERSION_GLASGOW_HASKELL(9,12,2,20250919)
|
|
| 529 | 529 | instance Binary Heap.HalfWord where
|
| 530 | 530 | put x = put (fromIntegral x :: Word32)
|
| 531 | 531 | get = fromIntegral <$> (get :: Get Word32)
|