cereal 0.5.8.2 → 0.5.8.3
raw patch · 3 files changed
+9/−1 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cereal.cabal +1/−1
- src/Data/Serialize/Get.hs +4/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.5.8.3+=======+* GHC 9.4.1 compatibility+ 0.5.8.1 ======= * GHC 8.8.1 compatibility
cereal.cabal view
@@ -1,5 +1,5 @@ name: cereal-version: 0.5.8.2+version: 0.5.8.3 license: BSD3 license-file: LICENSE author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>,
src/Data/Serialize/Get.hs view
@@ -741,7 +741,11 @@ #endif #else+#if MIN_VERSION_base(4,17,0)+shiftl_w64 (W64# w) (I# i) = W64# (w `uncheckedShiftL64#` i)+#else shiftl_w64 (W64# w) (I# i) = W64# (w `uncheckedShiftL#` i)+#endif #endif #else