Hello community,
here is the log from the commit of package ghc-blaze-markup for
openSUSE:Factory checked in at 2020-07-09 13:19:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
and /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-markup"
Thu Jul 9 13:19:05 2020 rev:19 rq:819570 version:0.8.2.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2020-06-19 17:09:27.429424445 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3060/ghc-blaze-markup.changes
2020-07-09 13:19:31.089298166 +0200
@@ -1,0 +2,10 @@
+Wed Jul 1 02:00:30 UTC 2020 - [email protected]
+
+- Update blaze-markup to version 0.8.2.7.
+ - 0.8.2.7 (2020-06-30)
+ * Bump Cabal version lower bound to 1.10
+
+ - 0.8.2.6 (2020-06-30)
+ * Bump `tasty` upper bound to 1.4
+
+-------------------------------------------------------------------
Old:
----
blaze-markup-0.8.2.5.tar.gz
New:
----
blaze-markup-0.8.2.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.0QJpRg/_old 2020-07-09 13:19:31.489299430 +0200
+++ /var/tmp/diff_new_pack.0QJpRg/_new 2020-07-09 13:19:31.493299444 +0200
@@ -19,7 +19,7 @@
%global pkg_name blaze-markup
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.8.2.5
+Version: 0.8.2.7
Release: 0
Summary: A blazingly fast markup combinator library for Haskell
License: BSD-3-Clause
++++++ blaze-markup-0.8.2.5.tar.gz -> blaze-markup-0.8.2.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-markup-0.8.2.5/CHANGELOG
new/blaze-markup-0.8.2.7/CHANGELOG
--- old/blaze-markup-0.8.2.5/CHANGELOG 2020-04-20 15:29:04.000000000 +0200
+++ new/blaze-markup-0.8.2.7/CHANGELOG 2020-06-30 14:51:20.000000000 +0200
@@ -1,5 +1,11 @@
# Changelog
+- 0.8.2.7 (2020-06-30)
+ * Bump Cabal version lower bound to 1.10
+
+- 0.8.2.6 (2020-06-30)
+ * Bump `tasty` upper bound to 1.4
+
- 0.8.2.5 (2020-04-20)
* Bump `base` upper bound to 4.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-markup-0.8.2.5/blaze-markup.cabal
new/blaze-markup-0.8.2.7/blaze-markup.cabal
--- old/blaze-markup-0.8.2.5/blaze-markup.cabal 2020-04-20 15:29:09.000000000
+0200
+++ new/blaze-markup-0.8.2.7/blaze-markup.cabal 2020-06-30 14:50:51.000000000
+0200
@@ -1,5 +1,5 @@
Name: blaze-markup
-Version: 0.8.2.5
+Version: 0.8.2.7
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
@@ -16,7 +16,7 @@
<http://jaspervdj.be/blaze/tutorial.html>.
Build-type: Simple
-Cabal-version: >= 1.8
+Cabal-version: >= 1.10
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
@@ -25,8 +25,9 @@
CHANGELOG
Library
- Hs-source-dirs: src
- Ghc-Options: -Wall
+ Hs-source-dirs: src
+ Ghc-Options: -Wall
+ Default-language: Haskell2010
Exposed-modules:
Text.Blaze
@@ -43,10 +44,11 @@
bytestring >= 0.9 && < 0.11
Test-suite blaze-markup-tests
- Type: exitcode-stdio-1.0
- Hs-source-dirs: src tests
- Main-is: TestSuite.hs
- Ghc-options: -Wall
+ Type: exitcode-stdio-1.0
+ Hs-source-dirs: src tests
+ Main-is: TestSuite.hs
+ Ghc-options: -Wall
+ Default-language: Haskell2010
Other-modules:
Text.Blaze
@@ -62,7 +64,7 @@
HUnit >= 1.2 && < 1.7,
QuickCheck >= 2.7 && < 2.15,
containers >= 0.3 && < 0.7,
- tasty >= 1.0 && < 1.3,
+ tasty >= 1.0 && < 1.4,
tasty-hunit >= 0.10 && < 0.11,
tasty-quickcheck >= 0.10 && < 0.11,
-- Copied from regular dependencies...