Hello community, here is the log from the commit of package ghc-cereal for openSUSE:Factory checked in at 2019-06-12 13:18:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cereal (Old) and /work/SRC/openSUSE:Factory/.ghc-cereal.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cereal" Wed Jun 12 13:18:28 2019 rev:13 rq:709197 version:0.5.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cereal/ghc-cereal.changes 2019-01-25 22:43:11.855240601 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-cereal.new.4811/ghc-cereal.changes 2019-06-12 13:18:30.768573205 +0200 @@ -1,0 +2,8 @@ +Sat Jun 1 02:02:07 UTC 2019 - [email protected] + +- Update cereal to version 0.5.8.1. + 0.5.8.1 + ======= + * GHC 8.8.1 compatibility + +------------------------------------------------------------------- Old: ---- cereal-0.5.8.0.tar.gz New: ---- cereal-0.5.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cereal.spec ++++++ --- /var/tmp/diff_new_pack.Qslz45/_old 2019-06-12 13:18:31.240572989 +0200 +++ /var/tmp/diff_new_pack.Qslz45/_new 2019-06-12 13:18:31.244572987 +0200 @@ -19,7 +19,7 @@ %global pkg_name cereal %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.8.0 +Version: 0.5.8.1 Release: 0 Summary: A binary serialization library License: BSD-3-Clause ++++++ cereal-0.5.8.0.tar.gz -> cereal-0.5.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.0/CHANGELOG.md new/cereal-0.5.8.1/CHANGELOG.md --- old/cereal-0.5.8.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +0.5.8.1 +======= +* GHC 8.8.1 compatibility + 0.5.8.0 ======= * Added ShortByteString instances diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.0/cereal.cabal new/cereal-0.5.8.1/cereal.cabal --- old/cereal-0.5.8.0/cereal.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.1/cereal.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: cereal -version: 0.5.8.0 +version: 0.5.8.1 license: BSD3 license-file: LICENSE author: Lennart Kolmodin <[email protected]>, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.0/src/Data/Serialize/Get.hs new/cereal-0.5.8.1/src/Data/Serialize/Get.hs --- old/cereal-0.5.8.0/src/Data/Serialize/Get.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.1/src/Data/Serialize/Get.hs 2001-09-09 03:46:40.000000000 +0200 @@ -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
