packages feed

cereal 0.5.8.0 → 0.5.8.1

raw patch · 3 files changed

+7/−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 view
@@ -1,3 +1,7 @@+0.5.8.1+=======+* GHC 8.8.1 compatibility+ 0.5.8.0 ======= * Added ShortByteString instances
cereal.cabal view
@@ -1,5 +1,5 @@ name:                   cereal-version:                0.5.8.0+version:                0.5.8.1 license:                BSD3 license-file:           LICENSE author:                 Lennart Kolmodin <kolmodin@dtek.chalmers.se>,
src/Data/Serialize/Get.hs view
@@ -226,8 +226,10 @@     (>>) = (A.*>)     {-# INLINE (>>) #-} +#if !(MIN_VERSION_base(4,13,0))     fail     = Fail.fail     {-# INLINE fail #-}+#endif  instance Fail.MonadFail Get where     fail     = failDesc