Hello community, here is the log from the commit of package ghc-blaze-html for openSUSE:Factory checked in at 2019-10-18 14:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-blaze-html (Old) and /work/SRC/openSUSE:Factory/.ghc-blaze-html.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-html" Fri Oct 18 14:33:47 2019 rev:15 rq:737193 version:0.9.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-blaze-html/ghc-blaze-html.changes 2018-10-25 08:23:00.495893402 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-blaze-html.new.2352/ghc-blaze-html.changes 2019-10-18 14:33:48.904179760 +0200 @@ -1,0 +2,10 @@ +Thu Oct 3 02:02:18 UTC 2019 - [email protected] + +- Update blaze-html to version 0.9.1.2. + - 0.9.1.2 (2019-10-02) + * Bump QuickCheck dependency to 2.13 + * Bump containers dependency to 0.6 + * Check in generated code + * Regenerate .travis.yml using haskell-ci + +------------------------------------------------------------------- Old: ---- blaze-html-0.9.1.1.tar.gz New: ---- blaze-html-0.9.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-blaze-html.spec ++++++ --- /var/tmp/diff_new_pack.NnXGfY/_old 2019-10-18 14:33:49.584177989 +0200 +++ /var/tmp/diff_new_pack.NnXGfY/_new 2019-10-18 14:33:49.596177958 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-blaze-html # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -19,7 +19,7 @@ %global pkg_name blaze-html %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.1.1 +Version: 0.9.1.2 Release: 0 Summary: A blazingly fast HTML combinator library for Haskell License: BSD-3-Clause ++++++ blaze-html-0.9.1.1.tar.gz -> blaze-html-0.9.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blaze-html-0.9.1.1/CHANGELOG new/blaze-html-0.9.1.2/CHANGELOG --- old/blaze-html-0.9.1.1/CHANGELOG 2018-06-12 16:15:06.000000000 +0200 +++ new/blaze-html-0.9.1.2/CHANGELOG 2019-10-02 17:13:47.000000000 +0200 @@ -1,5 +1,11 @@ # Changelog +- 0.9.1.2 (2019-10-02) + * Bump QuickCheck dependency to 2.13 + * Bump containers dependency to 0.6 + * Check in generated code + * Regenerate .travis.yml using haskell-ci + - 0.9.1.1 (2018-06-12) * Fix generated source code on Hackage diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blaze-html-0.9.1.1/blaze-html.cabal new/blaze-html-0.9.1.2/blaze-html.cabal --- old/blaze-html-0.9.1.1/blaze-html.cabal 2018-06-12 16:14:40.000000000 +0200 +++ new/blaze-html-0.9.1.2/blaze-html.cabal 2019-10-02 17:12:56.000000000 +0200 @@ -1,5 +1,5 @@ Name: blaze-html -Version: 0.9.1.1 +Version: 0.9.1.2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3 @@ -17,6 +17,9 @@ Build-type: Simple Cabal-version: >= 1.8 +Tested-with: GHC == 7.8.4, GHC == 7.10.3, + GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, + GHC == 8.6.3, GHC == 8.8.1 Extra-source-files: CHANGELOG @@ -77,8 +80,8 @@ Build-depends: HUnit >= 1.2 && < 1.7, - QuickCheck >= 2.4 && < 2.12, - containers >= 0.3 && < 0.6, + QuickCheck >= 2.4 && < 2.14, + containers >= 0.3 && < 0.7, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4,
