Hello community,

here is the log from the commit of package ghc-aeson-pretty for 
openSUSE:Factory checked in at 2018-05-30 11:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-pretty (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-aeson-pretty"

Wed May 30 11:58:59 2018 rev:7 rq:607736 version:0.8.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aeson-pretty/ghc-aeson-pretty.changes        
2017-09-15 21:15:36.567427886 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new/ghc-aeson-pretty.changes   
2018-05-30 12:23:10.614341576 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- Update aeson-pretty to version 0.8.7.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  aeson-pretty-0.8.5.tar.gz

New:
----
  aeson-pretty-0.8.7.tar.gz

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

Other differences:
------------------
++++++ ghc-aeson-pretty.spec ++++++
--- /var/tmp/diff_new_pack.Su8NPN/_old  2018-05-30 12:23:11.334319965 +0200
+++ /var/tmp/diff_new_pack.Su8NPN/_new  2018-05-30 12:23:11.334319965 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aeson-pretty
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 aeson-pretty
 Name:           ghc-%{pkg_name}
-Version:        0.8.5
+Version:        0.8.7
 Release:        0
 Summary:        JSON pretty-printing library and command-line tool
 License:        BSD-3-Clause
@@ -81,7 +81,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 %{_bindir}/%{pkg_name}
 
 %files devel -f %{name}-devel.files

++++++ aeson-pretty-0.8.5.tar.gz -> aeson-pretty-0.8.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-pretty-0.8.5/Data/Aeson/Encode/Pretty.hs 
new/aeson-pretty-0.8.7/Data/Aeson/Encode/Pretty.hs
--- old/aeson-pretty-0.8.5/Data/Aeson/Encode/Pretty.hs  2017-06-14 
11:54:24.000000000 +0200
+++ new/aeson-pretty-0.8.7/Data/Aeson/Encode/Pretty.hs  2018-04-09 
09:39:56.000000000 +0200
@@ -61,7 +61,7 @@
 import qualified Data.HashMap.Strict as H (toList)
 import Data.List (intersperse, sortBy, elemIndex)
 import Data.Maybe (fromMaybe)
-import Data.Monoid ((<>))
+import Data.Semigroup ((<>))
 import qualified Data.Scientific as S (Scientific, FPFormat(..))
 import Data.Ord (comparing)
 import Data.Text (Text)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-pretty-0.8.5/aeson-pretty.cabal 
new/aeson-pretty-0.8.7/aeson-pretty.cabal
--- old/aeson-pretty-0.8.5/aeson-pretty.cabal   2017-06-14 11:54:42.000000000 
+0200
+++ new/aeson-pretty-0.8.7/aeson-pretty.cabal   2018-04-09 09:54:25.000000000 
+0200
@@ -1,5 +1,5 @@
 name:           aeson-pretty
-version:        0.8.5
+version:        0.8.7
 license:        BSD3
 license-file:   LICENSE
 category:       Text, Web, JSON, Pretty Printer
@@ -42,18 +42,23 @@
     build-depends:
         aeson >= 0.7,
         base >= 4.5,
-        base-compat >= 0.9 && < 0.10,
+        base-compat >= 0.9 && < 0.11,
         bytestring >= 0.9,
         scientific >= 0.3,
         vector >= 0.9,
         text >= 0.11,
         unordered-containers >= 0.1.3.0
 
+    if !impl(ghc >= 8.0)
+      build-depends:
+        semigroups >= 0.18.2
+
     ghc-options: -Wall
 
 executable aeson-pretty
     hs-source-dirs: cli-tool
     main-is: Main.hs
+    other-modules: Paths_aeson_pretty
 
     if flag(lib-only)
         buildable: False


Reply via email to