Hello community, here is the log from the commit of package ghc-yi-snippet for openSUSE:Factory checked in at 2017-07-06 00:00:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yi-snippet (Old) and /work/SRC/openSUSE:Factory/.ghc-yi-snippet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yi-snippet" Thu Jul 6 00:00:30 2017 rev:2 rq:506868 version:0.13.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yi-snippet/ghc-yi-snippet.changes 2017-05-10 20:47:14.906524815 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-yi-snippet.new/ghc-yi-snippet.changes 2017-07-06 00:00:39.205510444 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 21:01:48 UTC 2017 - [email protected] + +- Update to version 0.13.7. + +------------------------------------------------------------------- Old: ---- yi-snippet-0.13.5.tar.gz New: ---- yi-snippet-0.13.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yi-snippet.spec ++++++ --- /var/tmp/diff_new_pack.ypoabw/_old 2017-07-06 00:00:40.325352688 +0200 +++ /var/tmp/diff_new_pack.ypoabw/_new 2017-07-06 00:00:40.329352125 +0200 @@ -19,7 +19,7 @@ %global pkg_name yi-snippet %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.13.5 +Version: 0.13.7 Release: 0 Summary: Snippet support for yi License: GPL-2.0+ @@ -31,7 +31,7 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-data-default-devel BuildRequires: ghc-free-devel -BuildRequires: ghc-lens-devel +BuildRequires: ghc-microlens-platform-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel ++++++ yi-snippet-0.13.5.tar.gz -> yi-snippet-0.13.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yi-snippet-0.13.5/src/Yi/Snippet/Internal.hs new/yi-snippet-0.13.7/src/Yi/Snippet/Internal.hs --- old/yi-snippet-0.13.5/src/Yi/Snippet/Internal.hs 2016-10-13 16:59:45.000000000 +0200 +++ new/yi-snippet-0.13.7/src/Yi/Snippet/Internal.hs 2017-06-14 18:26:30.000000000 +0200 @@ -27,7 +27,6 @@ , filename ) where -import Control.Lens import Control.Monad.Free import Control.Monad.State hiding (state) import Control.Monad.Writer @@ -37,6 +36,7 @@ import Data.Maybe import Data.Typeable import GHC.Generics +import Lens.Micro.Platform ((.~)) import Yi.Buffer import Yi.Editor (withCurrentBuffer) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yi-snippet-0.13.5/yi-snippet.cabal new/yi-snippet-0.13.7/yi-snippet.cabal --- old/yi-snippet-0.13.5/yi-snippet.cabal 2016-12-10 10:39:40.000000000 +0100 +++ new/yi-snippet-0.13.7/yi-snippet.cabal 2017-06-17 19:57:23.000000000 +0200 @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: yi-snippet -version: 0.13.5 +version: 0.13.7 synopsis: Snippet support for yi category: Yi homepage: https://github.com/yi-editor/yi#readme @@ -27,7 +27,7 @@ , containers >= 0.5.6 , data-default >= 0.5 , free >= 4.12 - , lens >= 4.13 + , microlens-platform , mtl >= 2.2 , text >= 1.2 , vector >= 0.11 @@ -52,7 +52,7 @@ , containers >= 0.5.6 , data-default >= 0.5 , free >= 4.12 - , lens >= 4.13 + , microlens-platform , mtl >= 2.2 , text >= 1.2 , vector >= 0.11
