packages feed

ptr-poker 0.1.2.2 → 0.1.2.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

library/PtrPoker/UncheckedShifting.hs view
@@ -60,7 +60,7 @@ #endif  #if !defined(__HADDOCK__)-#if __GLASGOW_HASKELL__ >= 920+#if __GLASGOW_HASKELL__ >= 902 shiftr_w16 (W16# w) (I# i) = W16# (w `uncheckedShiftRLWord16#` i) shiftr_w32 (W32# w) (I# i) = W32# (w `uncheckedShiftRLWord32#` i) #else
ptr-poker.cabal view
@@ -1,5 +1,5 @@ name: ptr-poker-version: 0.1.2.2+version: 0.1.2.3 synopsis: Pointer poking action construction and composition toolkit homepage: https://github.com/nikita-volkov/ptr-poker bug-reports: https://github.com/nikita-volkov/ptr-poker/issues