Hello community,
here is the log from the commit of package ghc-deriving-compat for
openSUSE:Factory checked in at 2016-11-10 13:23:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-deriving-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-deriving-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-deriving-compat"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-deriving-compat/ghc-deriving-compat.changes
2016-11-02 12:30:59.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-deriving-compat.new/ghc-deriving-compat.changes
2016-11-10 13:24:00.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Oct 27 15:54:59 UTC 2016 - [email protected]
+
+- Update to version 0.3.4 with cabal2obs.
+
+-------------------------------------------------------------------
+Thu Sep 15 07:01:17 UTC 2016 - [email protected]
+
+- Update to version 0.3.3 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
deriving-compat-0.2.tar.gz
New:
----
deriving-compat-0.3.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-deriving-compat.spec ++++++
--- /var/tmp/diff_new_pack.cggaBr/_old 2016-11-10 13:24:01.000000000 +0100
+++ /var/tmp/diff_new_pack.cggaBr/_new 2016-11-10 13:24:01.000000000 +0100
@@ -19,33 +19,46 @@
%global pkg_name deriving-compat
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2
+Version: 0.3.4
Release: 0
Summary: Backports of GHC deriving extensions
License: BSD-3-Clause
-Group: System/Libraries
+Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-containers-devel
+BuildRequires: ghc-ghc-boot-th-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel
+BuildRequires: ghc-transformers-compat-devel
+BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-hspec-devel
-BuildRequires: ghc-transformers-compat-devel
-BuildRequires: ghc-transformers-devel
%endif
-# End cabal-rpm deps
%description
Provides Template Haskell functions that mimic deriving extensions that were
introduced or modified in recent versions of GHC. Currently, the following
-extensions are covered:
+typeclasses/extensions are covered:
+
+* Deriving 'Bounded'
+
+* Deriving 'Enum'
+
+* Deriving 'Ix'
+
+* Deriving 'Eq', 'Eq1', and 'Eq2'
+
+* Deriving 'Ord', 'Ord1', and 'Ord2'
+
+* Deriving 'Read', 'Read1', and 'Read2'
+
+* Deriving 'Show', 'Show1', and 'Show2'
* 'DeriveFoldable'
@@ -53,17 +66,12 @@
* 'DeriveTraversable'
-The following changes have been backported:
-
-* In GHC 8.0, 'DeriveFoldable' was changed to allow folding over data types
-with existential constraints.
+See the "Data.Deriving" module for a full list of backported changes.
-* In GHC 8.0, 'DeriveFoldable' and 'DeriveTraversable' were changed so as not
-to generate superfluous 'mempty' or 'pure' expressions in generated code.
-As a result, this allows deriving 'Traversable' instances for datatypes with
-unlifted argument types.
+Note that some recent GHC typeclasses/extensions are not covered by this
+package:
-Note that some recent GHC extensions are not covered by this package:
+* 'DeriveDataTypeable'
* 'DeriveGeneric', which was introducted in GHC 7.2 for deriving 'Generic'
instances, and modified in GHC 7.6 to allow derivation of 'Generic1' instances.
@@ -76,6 +84,11 @@
'<http://hackage.haskell.org/package/th-lift th-lift>' to derive 'Lift' using
Template Haskell.
+* The 'Bifunctor' typeclass, which was introduced in GHC 7.10, as well as the
+'Bifoldable' and 'Bitraversable' typeclasses, which were introduced in GHC 8.2.
+Use 'Data.Bifunctor.TH' from '<http://hackage.haskell.org/package/bifunctors
+bifunctors>' to derive these typeclasses using Template Haskell.
+
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other
@@ -91,20 +104,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ deriving-compat-0.2.tar.gz -> deriving-compat-0.3.4.tar.gz ++++++
++++ 8345 lines of diff (skipped)