Hello community, here is the log from the commit of package ghc-rio for openSUSE:Factory checked in at 2020-09-24 16:14:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-rio (Old) and /work/SRC/openSUSE:Factory/.ghc-rio.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rio" Thu Sep 24 16:14:06 2020 rev:16 rq:836318 version:0.1.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-rio/ghc-rio.changes 2020-09-07 21:22:24.549024082 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-rio.new.4249/ghc-rio.changes 2020-09-24 16:14:28.752912732 +0200 @@ -1,0 +2,8 @@ +Wed Sep 16 12:55:09 UTC 2020 - [email protected] + +- Update rio to version 0.1.19.0. + ## 0.1.19.0 + + * Expose `fromLeft` and `fromRight` + +------------------------------------------------------------------- Old: ---- rio-0.1.18.0.tar.gz New: ---- rio-0.1.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-rio.spec ++++++ --- /var/tmp/diff_new_pack.sVDukH/_old 2020-09-24 16:14:30.132914112 +0200 +++ /var/tmp/diff_new_pack.sVDukH/_new 2020-09-24 16:14:30.136914116 +0200 @@ -19,7 +19,7 @@ %global pkg_name rio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.18.0 +Version: 0.1.19.0 Release: 0 Summary: A standard library for Haskell License: MIT ++++++ rio-0.1.18.0.tar.gz -> rio-0.1.19.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rio-0.1.18.0/ChangeLog.md new/rio-0.1.19.0/ChangeLog.md --- old/rio-0.1.18.0/ChangeLog.md 2020-08-05 05:33:41.000000000 +0200 +++ new/rio-0.1.19.0/ChangeLog.md 2020-09-14 18:08:58.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog for rio +## 0.1.19.0 + +* Expose `fromLeft` and `fromRight` + ## 0.1.18.0 * Add colours to the `LogOption` constructor [#222](https://github.com/commercialhaskell/rio/pull/222) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rio-0.1.18.0/rio.cabal new/rio-0.1.19.0/rio.cabal --- old/rio-0.1.18.0/rio.cabal 2020-08-05 05:35:52.000000000 +0200 +++ new/rio-0.1.19.0/rio.cabal 2020-09-14 18:57:09.000000000 +0200 @@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 087056e2734e9ef4da6545d2654c71c939cf6f9a04aac90c5427c43597cb8b88 +-- hash: 2b9ea9ee3e7bdfefbc63c62e72ff3ce7b348803d398dcc3e394879db5522fa1b name: rio -version: 0.1.18.0 +version: 0.1.19.0 synopsis: A standard library for Haskell description: See README and Haddocks at <https://www.stackage.org/package/rio> category: Control diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rio-0.1.18.0/src/RIO/Prelude.hs new/rio-0.1.19.0/src/RIO/Prelude.hs --- old/rio-0.1.18.0/src/RIO/Prelude.hs 2020-08-05 05:24:55.000000000 +0200 +++ new/rio-0.1.19.0/src/RIO/Prelude.hs 2020-09-14 18:08:58.000000000 +0200 @@ -28,6 +28,8 @@ -- * @Either@ -- | Re-exported from "Data.Either": , Data.Either.either + , Data.Either.fromLeft + , Data.Either.fromRight , Data.Either.isLeft , Data.Either.isRight , RIO.Prelude.Extra.mapLeft
