Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-generic-lens-core for
openSUSE:Factory checked in at 2021-02-16 22:37:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-lens-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-generic-lens-core.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generic-lens-core"
Tue Feb 16 22:37:26 2021 rev:4 rq:870456 version:2.1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-generic-lens-core/ghc-generic-lens-core.changes
2020-12-22 11:39:50.337523225 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-generic-lens-core.new.28504/ghc-generic-lens-core.changes
2021-02-16 22:45:38.582358061 +0100
@@ -1,0 +2,7 @@
+Wed Jan 27 19:36:49 UTC 2021 - [email protected]
+
+- Update generic-lens-core to version 2.1.0.0.
+ ## generic-lens-core-2.1.0.0 (2021-01-25)
+ - Expose Data.Generics.Product.Internal.Subtype (#127, Tom Harding)
+
+-------------------------------------------------------------------
Old:
----
generic-lens-core-2.0.0.0.tar.gz
New:
----
generic-lens-core-2.1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generic-lens-core.spec ++++++
--- /var/tmp/diff_new_pack.srU2T8/_old 2021-02-16 22:45:39.274358972 +0100
+++ /var/tmp/diff_new_pack.srU2T8/_new 2021-02-16 22:45:39.278358977 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-generic-lens-core
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global pkg_name generic-lens-core
Name: ghc-%{pkg_name}
-Version: 2.0.0.0
+Version: 2.1.0.0
Release: 0
Summary: Generically derive traversals, lenses and prisms
License: BSD-3-Clause
++++++ generic-lens-core-2.0.0.0.tar.gz -> generic-lens-core-2.1.0.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/generic-lens-core-2.0.0.0/ChangeLog.md
new/generic-lens-core-2.1.0.0/ChangeLog.md
--- old/generic-lens-core-2.0.0.0/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
+++ new/generic-lens-core-2.1.0.0/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,2 +1,5 @@
+## generic-lens-core-2.1.0.0 (2021-01-25)
+- Expose Data.Generics.Product.Internal.Subtype (#127, Tom Harding)
+
## generic-lens-core-2.0.0.0 (2020-02-11)
- Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/generic-lens-core-2.0.0.0/generic-lens-core.cabal
new/generic-lens-core-2.1.0.0/generic-lens-core.cabal
--- old/generic-lens-core-2.0.0.0/generic-lens-core.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/generic-lens-core-2.1.0.0/generic-lens-core.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: generic-lens-core
-version: 2.0.0.0
+version: 2.1.0.0
synopsis: Generically derive traversals, lenses and prisms.
description: This library uses GHC.Generics to derive efficient
optics (traversals, lenses and prisms) for algebraic data types in a
type-directed way, with a focus on good type inference and error messages when
possible.
.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.0.0.0/src/Data/GenericLens/Internal.hs
new/generic-lens-core-2.1.0.0/src/Data/GenericLens/Internal.hs
--- old/generic-lens-core-2.0.0.0/src/Data/GenericLens/Internal.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/generic-lens-core-2.1.0.0/src/Data/GenericLens/Internal.hs
2001-09-09 03:46:40.000000000 +0200
@@ -26,6 +26,8 @@
, module Data.Generics.Internal.Profunctor.Iso
, module Data.Generics.Internal.Profunctor.Lens
, module Data.Generics.Internal.Profunctor.Prism
+
+ , module Data.Generics.Product.Internal.Subtype
) where
import Data.Generics.Internal.Families
@@ -40,3 +42,5 @@
import Data.Generics.Internal.Profunctor.Iso
import Data.Generics.Internal.Profunctor.Lens
import Data.Generics.Internal.Profunctor.Prism
+
+import Data.Generics.Product.Internal.Subtype
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Positions.hs
new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Positions.hs
---
old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Positions.hs
2001-09-09 03:46:40.000000000 +0200
+++
new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Positions.hs
2001-09-09 03:46:40.000000000 +0200
@@ -40,7 +40,6 @@
, derived'
) where
-import Data.Generics.Internal.Families.Has (Pos)
import Data.Kind (Type, Constraint)
import Data.Type.Bool (If, Not, type (&&))
import GHC.Generics
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Subtype.hs
new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Subtype.hs
--- old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Subtype.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Subtype.hs
2001-09-09 03:46:40.000000000 +0200
@@ -29,8 +29,8 @@
module Data.Generics.Product.Internal.Subtype
( Context
- , gsmash
- , gupcast
+ , GSmash (..)
+ , GUpcast (..)
) where
import Data.Generics.Internal.Families
@@ -41,7 +41,6 @@
import GHC.TypeLits (Symbol)
import Data.Generics.Internal.Profunctor.Lens (view)
-import GHC.Generics (Generic (Rep))
import GHC.TypeLits (TypeError, ErrorMessage (..))
import Data.Kind (Constraint)
import Data.Generics.Internal.Errors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Types.hs
new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Types.hs
--- old/generic-lens-core-2.0.0.0/src/Data/Generics/Product/Internal/Types.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/generic-lens-core-2.1.0.0/src/Data/Generics/Product/Internal/Types.hs
2001-09-09 03:46:40.000000000 +0200
@@ -18,7 +18,7 @@
import Data.Kind
import Data.Int (Int8, Int16, Int32, Int64)
-import Data.Word (Word, Word8, Word16, Word32, Word64)
+import Data.Word (Word8, Word16, Word32, Word64)
import qualified Data.Text as T
import GHC.Generics