Hello community, here is the log from the commit of package ghc-shelly for openSUSE:Factory checked in at 2015-12-23 08:49:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-shelly (Old) and /work/SRC/openSUSE:Factory/.ghc-shelly.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-shelly" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-shelly/ghc-shelly.changes 2015-12-09 22:17:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-shelly.new/ghc-shelly.changes 2015-12-23 08:49:24.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Dec 13 17:00:16 UTC 2015 - mimi...@gmail.com + +- update to 1.6.5 +* expose MonadShControl + +------------------------------------------------------------------- Old: ---- shelly-1.6.4.1.tar.gz New: ---- shelly-1.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-shelly.spec ++++++ --- /var/tmp/diff_new_pack.Xp9dNQ/_old 2015-12-23 08:49:25.000000000 +0100 +++ /var/tmp/diff_new_pack.Xp9dNQ/_new 2015-12-23 08:49:25.000000000 +0100 @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-shelly -Version: 1.6.4.1 +Version: 1.6.5 Release: 0 Summary: Shell-like (systems) programming in Haskell License: BSD-3-Clause ++++++ shelly-1.6.4.1.tar.gz -> shelly-1.6.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shelly-1.6.4.1/ChangeLog.md new/shelly-1.6.5/ChangeLog.md --- old/shelly-1.6.4.1/ChangeLog.md 2015-12-01 15:04:56.000000000 +0100 +++ new/shelly-1.6.5/ChangeLog.md 2015-12-10 18:43:35.000000000 +0100 @@ -1,3 +1,7 @@ +# 1.6.5 + +* expose MonadShControl + # 1.6.4.1 * add writeBinary function diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shelly-1.6.4.1/shelly.cabal new/shelly-1.6.5/shelly.cabal --- old/shelly-1.6.4.1/shelly.cabal 2015-12-01 15:06:33.000000000 +0100 +++ new/shelly-1.6.5/shelly.cabal 2015-12-10 18:17:15.000000000 +0100 @@ -1,6 +1,6 @@ Name: shelly -Version: 1.6.4.1 +Version: 1.6.5 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shelly-1.6.4.1/src/Shelly/Lifted.hs new/shelly-1.6.5/src/Shelly/Lifted.hs --- old/shelly-1.6.4.1/src/Shelly/Lifted.hs 2015-09-10 19:37:45.000000000 +0200 +++ new/shelly-1.6.5/src/Shelly/Lifted.hs 2015-12-08 00:20:05.000000000 +0100 @@ -25,6 +25,7 @@ module Shelly.Lifted ( MonadSh(..), + MonadShControl(..), -- This is copied from Shelly.hs, so that we are sure to export the -- exact same set of symbols. Whenever that export list is updated,