nikita-volkov / ptr-poker

Pointer poking action construction and composition toolkit
http://hackage.haskell.org/package/ptr-poker
MIT License
8 stars 5 forks source link

GHC 9.2 support #6

Closed Ailrun closed 2 years ago

Ailrun commented 2 years ago

https://github.com/nikita-volkov/ptr-poker/blob/27329c3232ddb8aab3218fde8d37d31400a2baf1/library/PtrPoker/UncheckedShifting.hs#L63-L64

These lines are broken in GHC 9.2 as the version requires Word16# and Word32# respectively for W16# and W32# instead of Word#. They require uncheckedShiftRLWord16# and uncheckedShiftRLWord32# instead.