Hello community,

here is the log from the commit of package ghc-aeson-compat for 
openSUSE:Factory checked in at 2016-05-17 17:14:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-aeson-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-aeson-compat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aeson-compat/ghc-aeson-compat.changes        
2016-03-31 13:02:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-compat.new/ghc-aeson-compat.changes   
2016-05-17 17:14:26.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 11 14:54:56 UTC 2016 - [email protected]
+
+- updte to 0.3.3.0
+* Enable PolyKinds to generalize Proxy, Tagged, and Const instances.
+
+-------------------------------------------------------------------

Old:
----
  aeson-compat-0.3.2.0.tar.gz

New:
----
  aeson-compat-0.3.3.0.tar.gz

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

Other differences:
------------------
++++++ ghc-aeson-compat.spec ++++++
--- /var/tmp/diff_new_pack.WHQ7DN/_old  2016-05-17 17:14:27.000000000 +0200
+++ /var/tmp/diff_new_pack.WHQ7DN/_new  2016-05-17 17:14:27.000000000 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:           ghc-aeson-compat
-Version:        0.3.2.0
+Version:        0.3.3.0
 Release:        0
 Summary:        Compatibility layer for aeson
 Group:          System/Libraries

++++++ aeson-compat-0.3.2.0.tar.gz -> aeson-compat-0.3.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-compat-0.3.2.0/CHANGELOG.md 
new/aeson-compat-0.3.3.0/CHANGELOG.md
--- old/aeson-compat-0.3.2.0/CHANGELOG.md       2016-03-27 17:28:25.000000000 
+0200
+++ new/aeson-compat-0.3.3.0/CHANGELOG.md       2016-05-02 07:08:44.000000000 
+0200
@@ -1,3 +1,7 @@
+# 0.3.3.0
+
+- Enable `PolyKinds` to generalize `Proxy`, `Tagged`, and `Const` instances.
+
 # 0.3.2.0
 
 - Introduce instances from `aeson-0.11.1.0`: `Const`, `Tagged`, `Proxy` and 
`NonEmpty`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-compat-0.3.2.0/aeson-compat.cabal 
new/aeson-compat-0.3.3.0/aeson-compat.cabal
--- old/aeson-compat-0.3.2.0/aeson-compat.cabal 2016-03-27 17:28:25.000000000 
+0200
+++ new/aeson-compat-0.3.3.0/aeson-compat.cabal 2016-05-02 07:08:44.000000000 
+0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.11.2.
+-- This file has been generated from package.yaml by hpack version 0.13.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           aeson-compat
-version:        0.3.2.0
+version:        0.3.3.0
 synopsis:       Compatibility layer for aeson
 description:    Compatibility layer for @aeson@
 category:       Web
@@ -32,7 +32,7 @@
   build-depends:
       base                     >=4.6  && <4.10
     , base-compat              >=0.6.0 && <0.10
-    , aeson                    >=0.7.0.6 && <0.11.2
+    , aeson                    >=0.7.0.6 && <0.11.3
     , attoparsec               >=0.12 && <0.14
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
@@ -62,7 +62,7 @@
   build-depends:
       base                     >=4.6  && <4.10
     , base-compat              >=0.6.0 && <0.10
-    , aeson                    >=0.7.0.6 && <0.11.2
+    , aeson                    >=0.7.0.6 && <0.11.3
     , attoparsec               >=0.12 && <0.14
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-compat-0.3.2.0/src/Data/Aeson/Compat.hs 
new/aeson-compat-0.3.3.0/src/Data/Aeson/Compat.hs
--- old/aeson-compat-0.3.2.0/src/Data/Aeson/Compat.hs   2016-03-27 
17:28:25.000000000 +0200
+++ new/aeson-compat-0.3.3.0/src/Data/Aeson/Compat.hs   2016-05-02 
07:08:44.000000000 +0200
@@ -1,6 +1,7 @@
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE PolyKinds #-}
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 -----------------------------------------------------------------------------
 -- |


Reply via email to