Hello community,

here is the log from the commit of package ghc-generic-deriving for 
openSUSE:Factory checked in at 2018-07-24 17:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-deriving (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-generic-deriving.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-generic-deriving"

Tue Jul 24 17:19:00 2018 rev:9 rq:623777 version:1.12.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-generic-deriving/ghc-generic-deriving.changes    
    2018-05-30 12:25:45.745425898 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-deriving.new/ghc-generic-deriving.changes
   2018-07-24 17:19:02.991043258 +0200
@@ -1,0 +2,17 @@
+Wed Jul 18 14:26:25 UTC 2018 - [email protected]
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+-------------------------------------------------------------------
+Fri Jul 13 14:31:34 UTC 2018 - [email protected]
+
+- Update generic-deriving to version 1.12.2.
+  # 1.12.2 [2018.06.28]
+  * Backport the `Generic(1)` instances for `Data.Ord.Down`, introduced in
+    `base-4.12`. Add `GEq`, `GShow`, `GSemigroup`, `GMonoid`, `GFunctor`,
+    `GFoldable`, `GTraversable`, and `GCopoint` instances for `Down`.
+  * Refactor internals using `th-abstraction`.
+  * Adapt to `Maybe` moving to `GHC.Maybe` in GHC 8.6.
+
+-------------------------------------------------------------------
@@ -111 +127,0 @@
-

Old:
----
  generic-deriving-1.12.1.tar.gz

New:
----
  generic-deriving-1.12.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-generic-deriving.spec ++++++
--- /var/tmp/diff_new_pack.SCG2jM/_old  2018-07-24 17:19:04.399045069 +0200
+++ /var/tmp/diff_new_pack.SCG2jM/_new  2018-07-24 17:19:04.399045069 +0200
@@ -19,7 +19,7 @@
 %global pkg_name generic-deriving
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.12.1
+Version:        1.12.2
 Release:        0
 Summary:        Generic programming library for generalised deriving
 License:        BSD-3-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-th-abstraction-devel
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif

++++++ generic-deriving-1.12.1.tar.gz -> generic-deriving-1.12.2.tar.gz ++++++
++++ 2076 lines of diff (skipped)

++++++ generic-deriving.cabal ++++++
--- /var/tmp/diff_new_pack.SCG2jM/_old  2018-07-24 17:19:04.483045177 +0200
+++ /var/tmp/diff_new_pack.SCG2jM/_new  2018-07-24 17:19:04.483045177 +0200
@@ -1,5 +1,5 @@
 name:                   generic-deriving
-version:                1.12.1
+version:                1.12.2
 x-revision: 1
 synopsis:               Generic programming library for generalised deriving.
 description:
@@ -34,7 +34,7 @@
                       , GHC == 7.10.3
                       , GHC == 8.0.2
                       , GHC == 8.2.2
-                      , GHC == 8.4.1
+                      , GHC == 8.4.3
 extra-source-files:     CHANGELOG.md
                       , README.md
 
@@ -76,9 +76,10 @@
     build-depends:      base >= 4.3 && < 4.9
     other-modules:      Generics.Deriving.TH.Pre4_9
 
-  build-depends:        containers       >= 0.1 && < 0.6
-                      , ghc-prim                   < 1
-                      , template-haskell >= 2.4 && < 2.14
+  build-depends:        containers       >= 0.1   && < 0.7
+                      , ghc-prim                     < 1
+                      , template-haskell >= 2.4   && < 2.15
+                      , th-abstraction   >= 0.2.7 && < 0.3
 
   default-language:     Haskell2010
   ghc-options:          -Wall
@@ -92,7 +93,7 @@
   build-depends:        base             >= 4.3  && < 5
                       , generic-deriving
                       , hspec            >= 2    && < 3
-                      , template-haskell >= 2.4  && < 2.14
+                      , template-haskell >= 2.4  && < 2.15
   build-tool-depends:   hspec-discover:hspec-discover
   hs-source-dirs:       tests
   default-language:     Haskell2010


Reply via email to