commit ghc-blaze-markup for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2020-08-28 21:26:24

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3399 (New)


Package is "ghc-blaze-markup"

Fri Aug 28 21:26:24 2020 rev:20 rq:829196 version:0.8.2.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2020-07-09 13:19:31.089298166 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3399/ghc-blaze-markup.changes  
2020-08-28 21:26:29.728471312 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:44:10 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.6o6amj/_old  2020-08-28 21:26:30.396471628 +0200
+++ /var/tmp/diff_new_pack.6o6amj/_new  2020-08-28 21:26:30.396471628 +0200
@@ -55,7 +55,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-blaze-markup for openSUSE:Factory

2020-07-09 Thread root
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 - psim...@suse.com
+
+- 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.0 +0200
+++ new/blaze-markup-0.8.2.7/CHANGELOG  2020-06-30 14:51:20.0 +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.0 
+0200
+++ new/blaze-markup-0.8.2.7/blaze-markup.cabal 2020-06-30 14:50:51.0 
+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 @@
   .
 
 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...




commit ghc-blaze-markup for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2020-06-19 17:09:22

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3606 (New)


Package is "ghc-blaze-markup"

Fri Jun 19 17:09:22 2020 rev:18 rq:815048 version:0.8.2.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2020-05-11 13:35:06.996333097 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.3606/ghc-blaze-markup.changes  
2020-06-19 17:09:27.429424445 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:13:50 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.uvvtMA/_old  2020-06-19 17:09:29.405429595 +0200
+++ /var/tmp/diff_new_pack.uvvtMA/_new  2020-06-19 17:09:29.409429606 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-blaze-markup for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2020-05-11 13:33:17

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2738 (New)


Package is "ghc-blaze-markup"

Mon May 11 13:33:17 2020 rev:17 rq:801003 version:0.8.2.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2019-12-27 13:52:02.576602180 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2738/ghc-blaze-markup.changes  
2020-05-11 13:35:06.996333097 +0200
@@ -1,0 +2,10 @@
+Wed May  6 06:52:11 UTC 2020 - psim...@suse.com
+
+- Update blaze-markup to version 0.8.2.5.
+  - 0.8.2.5 (2020-04-20)
+  * Bump `base` upper bound to 4.15
+
+  - 0.8.2.4 (2020-03-29)
+  * Bump `QuickCheck` upper bound to 2.15
+
+---

Old:

  blaze-markup-0.8.2.3.tar.gz

New:

  blaze-markup-0.8.2.5.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.A9ezdZ/_old  2020-05-11 13:35:07.904335000 +0200
+++ /var/tmp/diff_new_pack.A9ezdZ/_new  2020-05-11 13:35:07.908335009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.2.3
+Version:0.8.2.5
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause

++ blaze-markup-0.8.2.3.tar.gz -> blaze-markup-0.8.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.3/CHANGELOG 
new/blaze-markup-0.8.2.5/CHANGELOG
--- old/blaze-markup-0.8.2.3/CHANGELOG  2019-10-02 16:06:54.0 +0200
+++ new/blaze-markup-0.8.2.5/CHANGELOG  2020-04-20 15:29:04.0 +0200
@@ -1,5 +1,11 @@
 # Changelog
 
+- 0.8.2.5 (2020-04-20)
+* Bump `base` upper bound to 4.15
+
+- 0.8.2.4 (2020-03-29)
+* Bump `QuickCheck` upper bound to 2.15
+
 - 0.8.2.3 (2019-10-02)
 * Bump `base` to 4.13
 * Bump `tasty` to 1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.3/blaze-markup.cabal 
new/blaze-markup-0.8.2.5/blaze-markup.cabal
--- old/blaze-markup-0.8.2.3/blaze-markup.cabal 2019-10-02 16:06:04.0 
+0200
+++ new/blaze-markup-0.8.2.5/blaze-markup.cabal 2020-04-20 15:29:09.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.8.2.3
+Version:  0.8.2.5
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -18,8 +18,8 @@
 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
+   GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
+   GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
 
 Extra-source-files:
   CHANGELOG
@@ -37,7 +37,7 @@
 Text.Blaze.Renderer.Utf8
 
   Build-depends:
-base  >= 4&& < 4.14,
+base  >= 4&& < 4.15,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11
@@ -60,13 +60,13 @@
 
   Build-depends:
 HUnit>= 1.2  && < 1.7,
-QuickCheck   >= 2.7  && < 2.14,
+QuickCheck   >= 2.7  && < 2.15,
 containers   >= 0.3  && < 0.7,
 tasty>= 1.0  && < 1.3,
 tasty-hunit  >= 0.10 && < 0.11,
 tasty-quickcheck >= 0.10 && < 0.11,
 -- Copied from regular dependencies...
-base  >= 4&& < 4.14,
+base  >= 4&& < 4.15,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11




commit ghc-blaze-markup for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2019-12-27 13:52:01

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.6675 (New)


Package is "ghc-blaze-markup"

Fri Dec 27 13:52:01 2019 rev:16 rq:759353 version:0.8.2.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2019-10-18 14:33:49.900177166 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.6675/ghc-blaze-markup.changes  
2019-12-27 13:52:02.576602180 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:21 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.u7GH6Q/_old  2019-12-27 13:52:03.180602609 +0100
+++ /var/tmp/diff_new_pack.u7GH6Q/_new  2019-12-27 13:52:03.184602612 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
-Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -47,7 +46,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-blaze-markup for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2019-10-18 14:33:49

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2352 (New)


Package is "ghc-blaze-markup"

Fri Oct 18 14:33:49 2019 rev:15 rq:737194 version:0.8.2.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2019-02-17 12:20:00.65501 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2352/ghc-blaze-markup.changes  
2019-10-18 14:33:49.900177166 +0200
@@ -1,0 +2,9 @@
+Thu Oct  3 02:01:58 UTC 2019 - psim...@suse.com
+
+- Update blaze-markup to version 0.8.2.3.
+  - 0.8.2.3 (2019-10-02)
+  * Bump `base` to 4.13
+  * Bump `tasty` to 1.2
+  * Bump `QuickCheck` to 2.13
+
+---

Old:

  blaze-markup-0.8.2.2.tar.gz
  blaze-markup.cabal

New:

  blaze-markup-0.8.2.3.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.GTsUBr/_old  2019-10-18 14:33:50.712175052 +0200
+++ /var/tmp/diff_new_pack.GTsUBr/_new  2019-10-18 14:33:50.716175042 +0200
@@ -19,14 +19,13 @@
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.2.2
+Version:0.8.2.3
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -59,7 +58,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ blaze-markup-0.8.2.2.tar.gz -> blaze-markup-0.8.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/CHANGELOG 
new/blaze-markup-0.8.2.3/CHANGELOG
--- old/blaze-markup-0.8.2.2/CHANGELOG  2018-09-25 16:27:56.0 +0200
+++ new/blaze-markup-0.8.2.3/CHANGELOG  2019-10-02 16:06:54.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.3 (2019-10-02)
+* Bump `base` to 4.13
+* Bump `tasty` to 1.2
+* Bump `QuickCheck` to 2.13
+
 - 0.8.2.2 (2018-09-25)
 * Bump `base` to 4.12
 * Bump `containers` to 0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/blaze-markup.cabal 
new/blaze-markup-0.8.2.3/blaze-markup.cabal
--- old/blaze-markup-0.8.2.2/blaze-markup.cabal 2018-09-25 16:28:02.0 
+0200
+++ new/blaze-markup-0.8.2.3/blaze-markup.cabal 2019-10-02 16:06:04.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.8.2.2
+Version:  0.8.2.3
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -18,7 +18,8 @@
 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.0.2, GHC == 8.2.2, GHC == 8.4.1,
+   GHC == 8.6.3, GHC == 8.8.1
 
 Extra-source-files:
   CHANGELOG
@@ -36,7 +37,7 @@
 Text.Blaze.Renderer.Utf8
 
   Build-depends:
-base  >= 4&& < 4.13,
+base  >= 4&& < 4.14,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11
@@ -59,13 +60,13 @@
 
   Build-depends:
 HUnit>= 1.2  && < 1.7,
-QuickCheck   >= 2.7  && < 2.12,
+QuickCheck   >= 2.7  && < 2.14,
 containers   >= 0.3  && < 0.7,
-tasty>= 1.0  && < 1.2,
+tasty>= 1.0  && < 1.3,
 tasty-hunit  >= 0.10 && < 0.11,
 tasty-quickcheck >= 0.10 && < 0.11,
 -- Copied from regular dependencies...
-base  >= 4&& < 4.13,
+base  >= 4&& < 4.14,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/src/Text/Blaze/Internal.hs 
new/blaze-markup-0.8.2.3/src/Text/Blaze/Internal.hs
--- old/blaze-markup-0.8.2.2/src/Text/Blaze/Internal.hs 2017-09-21 
12:36:11.0 +0200
+++ new/blaze-markup-0.8.2.3/src/Text/Blaze/Internal.hs 2019-09-16 

commit ghc-blaze-markup for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2019-02-17 12:19:56

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.28833 (New)


Package is "ghc-blaze-markup"

Sun Feb 17 12:19:56 2019 rev:14 rq:674296 version:0.8.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2018-10-25 08:14:50.724109396 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.28833/ghc-blaze-markup.changes 
2019-02-17 12:20:00.65501 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:33 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  blaze-markup.cabal



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.R7d9ps/_old  2019-02-17 12:20:01.21347 +0100
+++ /var/tmp/diff_new_pack.R7d9ps/_new  2019-02-17 12:20:01.216222346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ blaze-markup.cabal ++
Name: blaze-markup
Version:  0.8.2.2
x-revision: 1
Homepage: http://jaspervdj.be/blaze
Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
License:  BSD3
License-file: LICENSE
Author:   Jasper Van der Jeugt, Simon Meier, Deepak Jois
Maintainer:   Jasper Van der Jeugt 
Stability:Experimental
Category: Text
Synopsis: A blazingly fast markup combinator library for Haskell
Description:
  Core modules of a blazingly fast markup combinator library for the Haskell
  programming language. The Text.Blaze module is a good
  starting point, as well as this tutorial:
  .

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

Extra-source-files:
  CHANGELOG

Library
  Hs-source-dirs: src
  Ghc-Options:-Wall

  Exposed-modules:
Text.Blaze
Text.Blaze.Internal
Text.Blaze.Renderer.Pretty
Text.Blaze.Renderer.String
Text.Blaze.Renderer.Text
Text.Blaze.Renderer.Utf8

  Build-depends:
base  >= 4.4  && < 4.13,
blaze-builder >= 0.3  && < 0.5,
text  >= 0.10 && < 1.3,
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

  Other-modules:
Text.Blaze
Text.Blaze.Internal
Text.Blaze.Renderer.Pretty
Text.Blaze.Renderer.String
Text.Blaze.Renderer.Text
Text.Blaze.Renderer.Utf8
Text.Blaze.Tests
Text.Blaze.Tests.Util

  Build-depends:
HUnit>= 1.2  && < 1.7,
QuickCheck   >= 2.7  && < 2.12,
containers   >= 0.3  && < 0.7,
tasty>= 1.0  && < 1.2,
tasty-hunit  >= 0.10 && < 0.11,
tasty-quickcheck >= 0.10 && < 0.11,
-- Copied from regular dependencies...
base  >= 4&& < 4.13,
blaze-builder >= 0.3  && < 0.5,
text  >= 0.10 && < 1.3,
bytestring>= 0.9  && < 0.11

Source-repository head
  Type: git
  Location: http://github.com/jaspervdj/blaze-markup



commit ghc-blaze-markup for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2018-10-25 08:14:48

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Thu Oct 25 08:14:48 2018 rev:13 rq:642849 version:0.8.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2018-07-21 10:21:47.307007120 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2018-10-25 08:14:50.724109396 +0200
@@ -1,0 +2,9 @@
+Thu Oct  4 15:40:13 UTC 2018 - psim...@suse.com
+
+- Update blaze-markup to version 0.8.2.2.
+  - 0.8.2.2 (2018-09-25)
+  * Bump `base` to 4.12
+  * Bump `containers` to 0.6
+  * Bump `tasty` to 1.1
+
+---

Old:

  blaze-markup-0.8.2.1.tar.gz

New:

  blaze-markup-0.8.2.2.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.t9fkr3/_old  2018-10-25 08:14:51.424109095 +0200
+++ /var/tmp/diff_new_pack.t9fkr3/_new  2018-10-25 08:14:51.428109094 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.2.1
+Version:0.8.2.2
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause

++ blaze-markup-0.8.2.1.tar.gz -> blaze-markup-0.8.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.1/CHANGELOG 
new/blaze-markup-0.8.2.2/CHANGELOG
--- old/blaze-markup-0.8.2.1/CHANGELOG  2018-04-09 15:46:43.0 +0200
+++ new/blaze-markup-0.8.2.2/CHANGELOG  2018-09-25 16:27:56.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.2 (2018-09-25)
+* Bump `base` to 4.12
+* Bump `containers` to 0.6
+* Bump `tasty` to 1.1
+
 - 0.8.2.1 (2018-04-09)
 * Bump `QuickCheck` dependency to allow 2.11
 * Bump `tasty` dependency to allow 1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.1/blaze-markup.cabal 
new/blaze-markup-0.8.2.2/blaze-markup.cabal
--- old/blaze-markup-0.8.2.1/blaze-markup.cabal 2018-04-09 15:46:43.0 
+0200
+++ new/blaze-markup-0.8.2.2/blaze-markup.cabal 2018-09-25 16:28:02.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.8.2.1
+Version:  0.8.2.2
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -36,7 +36,7 @@
 Text.Blaze.Renderer.Utf8
 
   Build-depends:
-base  >= 4&& < 4.12,
+base  >= 4&& < 4.13,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11
@@ -60,12 +60,12 @@
   Build-depends:
 HUnit>= 1.2  && < 1.7,
 QuickCheck   >= 2.7  && < 2.12,
-containers   >= 0.3  && < 0.6,
-tasty>= 1.0  && < 1.1,
+containers   >= 0.3  && < 0.7,
+tasty>= 1.0  && < 1.2,
 tasty-hunit  >= 0.10 && < 0.11,
 tasty-quickcheck >= 0.10 && < 0.11,
 -- Copied from regular dependencies...
-base  >= 4&& < 4.12,
+base  >= 4&& < 4.13,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11




commit ghc-blaze-markup for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2018-07-21 10:19:52

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Sat Jul 21 10:19:52 2018 rev:12 rq:623733 version:0.8.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2018-05-30 12:24:00.716809072 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2018-07-21 10:21:47.307007120 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:16 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -75 +80,0 @@
-



Other differences:
--



commit ghc-blaze-markup for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2018-05-30 12:02:42

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Wed May 30 12:02:42 2018 rev:11 rq:607758 version:0.8.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2017-09-15 21:23:39.847353355 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2018-05-30 12:24:00.716809072 +0200
@@ -1,0 +2,8 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update blaze-markup to version 0.8.2.1.
+  * Define `ToMarkup` instance for `Natural`.
+  * Compatibility with Semigroup/Monoid proposal
+  * Switch to `tasty` for running tests
+
+---

Old:

  blaze-markup-0.8.0.0.tar.gz

New:

  blaze-markup-0.8.2.1.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.5DkTRP/_old  2018-05-30 12:24:01.308790629 +0200
+++ /var/tmp/diff_new_pack.5DkTRP/_new  2018-05-30 12:24:01.312790505 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.0.0
+Version:0.8.2.1
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
@@ -35,9 +35,9 @@
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-test-framework-devel
-BuildRequires:  ghc-test-framework-hunit-devel
-BuildRequires:  ghc-test-framework-quickcheck2-devel
+BuildRequires:  ghc-tasty-devel
+BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
 
 %description
@@ -75,7 +75,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc CHANGELOG

++ blaze-markup-0.8.0.0.tar.gz -> blaze-markup-0.8.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.0.0/CHANGELOG 
new/blaze-markup-0.8.2.1/CHANGELOG
--- old/blaze-markup-0.8.0.0/CHANGELOG  2017-01-30 17:48:00.0 +0100
+++ new/blaze-markup-0.8.2.1/CHANGELOG  2018-04-09 15:46:43.0 +0200
@@ -1,5 +1,18 @@
 # Changelog
 
+- 0.8.2.1 (2018-04-09)
+* Bump `QuickCheck` dependency to allow 2.11
+* Bump `tasty` dependency to allow 1.0
+* Bump `tasty-hunit` dependency to allow 0.10
+* Bump `tasty-quickcheck` dependency to allow 0.10
+
+- 0.8.2.0 (2018-01-09)
+* Define `ToMarkup` instance for `Natural`.
+
+- 0.8.1.0 (2017-09-16)
+* Compatibility with Semigroup/Monoid proposal
+* Switch to `tasty` for running tests
+
 - 0.8.0.0 (2017-01-30)
 * Make `MarkupM` finally adhere to the Monad laws
 * Stricten the `IsString` instance to only work with `MarkupM ()` and not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.0.0/blaze-markup.cabal 
new/blaze-markup-0.8.2.1/blaze-markup.cabal
--- old/blaze-markup-0.8.0.0/blaze-markup.cabal 2017-01-30 17:48:00.0 
+0100
+++ new/blaze-markup-0.8.2.1/blaze-markup.cabal 2018-04-09 15:46:43.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.8.0.0
+Version:  0.8.2.1
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -17,6 +17,8 @@
 
 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
 
 Extra-source-files:
   CHANGELOG
@@ -34,7 +36,7 @@
 Text.Blaze.Renderer.Utf8
 
   Build-depends:
-base  >= 4&& < 5,
+base  >= 4&& < 4.12,
 blaze-builder >= 0.3  && < 0.5,
 text  >= 0.10 && < 1.3,
 bytestring>= 0.9  && < 0.11
@@ -46,18 +48,24 @@
   Ghc-options:-Wall
 
   Other-modules:
+Text.Blaze
+Text.Blaze.Internal
+Text.Blaze.Renderer.Pretty
+Text.Blaze.Renderer.String
+Text.Blaze.Renderer.Text
+Text.Blaze.Renderer.Utf8
 Text.Blaze.Tests
 Text.Blaze.Tests.Util
 
   Build-depends:
-HUnit  >= 1.2 && < 1.6,
-

commit ghc-blaze-markup for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2017-09-15 21:23:38

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Fri Sep 15 21:23:38 2017 rev:10 rq:524209 version:0.8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2017-08-31 20:50:16.391584157 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2017-09-15 21:23:39.847353355 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.NAzvLC/_old  2017-09-15 21:23:40.515259211 +0200
+++ /var/tmp/diff_new_pack.NAzvLC/_new  2017-09-15 21:23:40.519258647 +0200
@@ -23,15 +23,14 @@
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -48,7 +47,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -76,11 +75,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG
 
 %changelog




commit ghc-blaze-markup for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2017-08-31 20:50:14

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Thu Aug 31 20:50:14 2017 rev:9 rq:513214 version:0.8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2017-01-12 15:47:19.379650698 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2017-08-31 20:50:16.391584157 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:04:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.0.0.
+
+---

Old:

  blaze-markup-0.7.1.1.tar.gz

New:

  blaze-markup-0.8.0.0.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.pOJtrO/_old  2017-08-31 20:50:17.375446053 +0200
+++ /var/tmp/diff_new_pack.pOJtrO/_new  2017-08-31 20:50:17.379445491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.1.1
+Version:0.8.0.0
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause

++ blaze-markup-0.7.1.1.tar.gz -> blaze-markup-0.8.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.1.1/CHANGELOG 
new/blaze-markup-0.8.0.0/CHANGELOG
--- old/blaze-markup-0.7.1.1/CHANGELOG  2016-11-28 11:29:21.0 +0100
+++ new/blaze-markup-0.8.0.0/CHANGELOG  2017-01-30 17:48:00.0 +0100
@@ -1,3 +1,12 @@
+# Changelog
+
+- 0.8.0.0 (2017-01-30)
+* Make `MarkupM` finally adhere to the Monad laws
+* Stricten the `IsString` instance to only work with `MarkupM ()` and not
+  `MarkupM a`
+* Change the type of `contents` to `MarkupM a -> MarkupM a`
+* Add a `Semigroup` instance for `MarkupM`
+
 - 0.7.1.1
 * Bump `HUnit` dependency to allow 1.5
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.1.1/blaze-markup.cabal 
new/blaze-markup-0.8.0.0/blaze-markup.cabal
--- old/blaze-markup-0.7.1.1/blaze-markup.cabal 2016-11-28 11:29:21.0 
+0100
+++ new/blaze-markup-0.8.0.0/blaze-markup.cabal 2017-01-30 17:48:00.0 
+0100
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.7.1.1
+Version:  0.8.0.0
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.1.1/src/Text/Blaze/Internal.hs 
new/blaze-markup-0.8.0.0/src/Text/Blaze/Internal.hs
--- old/blaze-markup-0.7.1.1/src/Text/Blaze/Internal.hs 2016-11-28 
11:29:21.0 +0100
+++ new/blaze-markup-0.8.0.0/src/Text/Blaze/Internal.hs 2017-01-30 
17:48:00.0 +0100
@@ -1,6 +1,11 @@
-{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving, Rank2Types,
- FlexibleInstances, ExistentialQuantification,
- DeriveDataTypeable #-}
+{-# LANGUAGE CPP#-}
+{-# LANGUAGE DeriveDataTypeable #-}
+{-# LANGUAGE ExistentialQuantification  #-}
+{-# LANGUAGE FlexibleInstances  #-}
+{-# LANGUAGE GADTs  #-}
+{-# LANGUAGE GeneralizedNewtypeDeriving #-}
+{-# LANGUAGE OverloadedStrings  #-}
+{-# LANGUAGE Rank2Types #-}
 -- | The BlazeMarkup core, consisting of functions that offer the power to
 -- generate custom markup elements. It also offers user-centric functions,
 -- which are exposed through 'Text.Blaze'.
@@ -74,22 +79,25 @@
 , null
 ) where
 
-import Prelude hiding (null)
-import Control.Applicative (Applicative (..))
-import Data.Monoid (Monoid, mappend, mempty, mconcat)
-import Unsafe.Coerce (unsafeCoerce)
-import qualified Data.List as List
-
-import Data.ByteString.Char8 (ByteString)
-import Data.Text (Text)
-import Data.Typeable (Typeable)
-import GHC.Exts (IsString (..))
-import qualified Data.ByteString as B
-import qualified Data.ByteString.Lazy as BL
-import qualified Data.Text as T
-import qualified Data.Text.Encoding as T
-import qualified Data.Text.Lazy as LT
+import   Control.Applicative

commit ghc-blaze-markup for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2016-08-25 09:57:42

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2016-07-21 08:07:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2016-08-25 09:57:45.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 14:07:14 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.1.0 revision 0 with cabal2obs.
+
+---

Old:

  blaze-markup-0.7.0.3.tar.gz

New:

  blaze-markup-0.7.1.0.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.OfVBcu/_old  2016-08-25 09:57:47.0 +0200
+++ /var/tmp/diff_new_pack.OfVBcu/_new  2016-08-25 09:57:47.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.0.3
+Version:0.7.1.0
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -41,7 +40,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Core modules of a blazingly fast markup combinator library for the Haskell
@@ -62,20 +60,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ blaze-markup-0.7.0.3.tar.gz -> blaze-markup-0.7.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.0.3/CHANGELOG 
new/blaze-markup-0.7.1.0/CHANGELOG
--- old/blaze-markup-0.7.0.3/CHANGELOG  2015-09-28 11:45:08.0 +0200
+++ new/blaze-markup-0.7.1.0/CHANGELOG  2016-07-24 14:52:21.0 +0200
@@ -1,3 +1,7 @@
+- 0.7.1.0
+* Relax `QuickCheck` dependency to allow 2.9
+* Add text builder instances
+
 - 0.7.0.3
 * Relax `HUnit` dependency to allow 1.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.0.3/blaze-markup.cabal 
new/blaze-markup-0.7.1.0/blaze-markup.cabal
--- old/blaze-markup-0.7.0.3/blaze-markup.cabal 2015-09-28 11:45:08.0 
+0200
+++ new/blaze-markup-0.7.1.0/blaze-markup.cabal 2016-07-24 14:52:21.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.7.0.3
+Version:  0.7.1.0
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -51,7 +51,7 @@
 
   Build-depends:
 HUnit  >= 1.2 && < 1.4,
-QuickCheck >= 2.4 && < 2.9,
+QuickCheck >= 2.4 && < 2.10,
 containers >= 0.3 && < 0.6,
 test-framework >= 0.4 && < 0.9,
 test-framework-hunit   >= 0.3 && < 0.4,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.0.3/src/Text/Blaze/Internal.hs 
new/blaze-markup-0.7.1.0/src/Text/Blaze/Internal.hs
--- old/blaze-markup-0.7.0.3/src/Text/Blaze/Internal.hs 2015-09-28 
11:45:08.0 +0200
+++ new/blaze-markup-0.7.1.0/src/Text/Blaze/Internal.hs 2016-07-24 
14:52:21.0 +0200
@@ -31,6 +31,8 @@
 , preEscapedText
 , lazyText
 , preEscapedLazyText
+, textBuilder
+, preEscapedTextBuilder
 , string
 , preEscapedString
 , unsafeByteString
@@ -52,6 +54,8 @@
 , preEscapedTextValue
 , lazyTextValue
 , preEscapedLazyTextValue
+, textBuilderValue
+, preEscapedTextBuilderValue
 , stringValue
 , preEscapedStringValue
 , unsafeByteStringValue
@@ -85,6 +89,7 @@
 import qualified Data.Text as T
 import qualified Data.Text.Encoding as T
 import qualified Data.Text.Lazy as LT
+import qualified Data.Text.Lazy.Builder as LTB
 
 -- | A static string that supports efficient output to all possible backends.
 --
@@ -245,7 +250,7 @@
 --
 -- > Hello.
 --
--- 

commit ghc-blaze-markup for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2016-07-21 08:07:08

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2015-10-08 08:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2016-07-21 08:07:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:31:26 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.0.3 revision 0 with cabal2obs.
+
+---

Old:

  _service



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.lCQZOA/_old  2016-07-21 08:07:17.0 +0200
+++ /var/tmp/diff_new_pack.lCQZOA/_new  2016-07-21 08:07:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ghc
+# spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,26 +17,22 @@
 
 
 %global pkg_name blaze-markup
-
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.7.0.3
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -52,33 +48,35 @@
 programming language. The Text.Blaze module is a good starting point, as well
 as this tutorial: .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -91,5 +89,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGELOG
 
 %changelog




commit ghc-blaze-markup for openSUSE:Factory

2015-10-08 Thread h_root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2015-10-08 08:24:34

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is "ghc-blaze-markup"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2015-05-21 08:12:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2015-10-08 08:24:35.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  4 16:09:37 UTC 2015 - mimi...@gmail.com
+
+- update to 0.7.0.3
+* Relax `HUnit` dependency to allow 1.3
+
+---

Old:

  blaze-markup-0.7.0.2.tar.gz

New:

  blaze-markup-0.7.0.3.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.8xwSuk/_old  2015-10-08 08:24:36.0 +0200
+++ /var/tmp/diff_new_pack.8xwSuk/_new  2015-10-08 08:24:36.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc-blaze-markup
+# spec file for package ghc
 #
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-%{pkg_name}
-Version:0.7.0.2
+Version:0.7.0.3
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause

++ blaze-markup-0.7.0.2.tar.gz -> blaze-markup-0.7.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.0.2/CHANGELOG 
new/blaze-markup-0.7.0.3/CHANGELOG
--- old/blaze-markup-0.7.0.2/CHANGELOG  2015-03-23 10:57:17.0 +0100
+++ new/blaze-markup-0.7.0.3/CHANGELOG  2015-09-28 11:45:08.0 +0200
@@ -1,3 +1,6 @@
+- 0.7.0.3
+* Relax `HUnit` dependency to allow 1.3
+
 - 0.7.0.2
 * Relax `blaze-builder` dependency to allow 0.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.7.0.2/blaze-markup.cabal 
new/blaze-markup-0.7.0.3/blaze-markup.cabal
--- old/blaze-markup-0.7.0.2/blaze-markup.cabal 2015-03-23 10:57:17.0 
+0100
+++ new/blaze-markup-0.7.0.3/blaze-markup.cabal 2015-09-28 11:45:08.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.7.0.2
+Version:  0.7.0.3
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -50,7 +50,7 @@
 Text.Blaze.Tests.Util
 
   Build-depends:
-HUnit  >= 1.2 && < 1.3,
+HUnit  >= 1.2 && < 1.4,
 QuickCheck >= 2.4 && < 2.9,
 containers >= 0.3 && < 0.6,
 test-framework >= 0.4 && < 0.9,




commit ghc-blaze-markup for openSUSE:Factory

2015-05-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2015-05-21 08:11:59

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is ghc-blaze-markup

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2014-11-26 20:55:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2015-05-21 08:12:00.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 20 09:09:40 UTC 2015 - mimi...@gmail.com
+
+- update to 0.7.0.2
+* Add combinators to insert HTML comments
+* Add `Applicative` instance for `MarkupM`
+
+---

Old:

  blaze-markup-0.6.1.1.tar.gz

New:

  blaze-markup-0.7.0.2.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.j06rpu/_old  2015-05-21 08:12:01.0 +0200
+++ /var/tmp/diff_new_pack.j06rpu/_new  2015-05-21 08:12:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 +18,17 @@
 
 %global pkg_name blaze-markup
 
-Name:   ghc-blaze-markup
-Version:0.6.1.1
+%bcond_with tests
+
+Name:   ghc-%{pkg_name}
+Version:0.7.0.2
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause
 Group:  System/Libraries
 
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Url:https://hackage.haskell.org/package/%{pkg_name}
+Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -35,28 +37,32 @@
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-text-devel
+%if %{with tests}
+BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-test-framework-devel
+BuildRequires:  ghc-test-framework-hunit-devel
+BuildRequires:  ghc-test-framework-quickcheck2-devel
+%endif
 # End cabal-rpm deps
 
 %description
 Core modules of a blazingly fast markup combinator library for the Haskell
-programming language. The Text.Blaze module is a good
-starting point, as well as this tutorial:
-http://jaspervdj.be/blaze/tutorial.html.
+programming language. The Text.Blaze module is a good starting point, as well
+as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
 
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Requires:   ghc-compiler
-Requires(post): ghc-compiler
-Requires(postun): ghc-compiler
+Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
-Core modules of a blazingly fast markup combinator library for the Haskell
-programming language. The Text.Blaze module is a good
-starting point, as well as this tutorial:
-http://jaspervdj.be/blaze/tutorial.html.
+This package provides the Haskell %{pkg_name} library development files.
 
 
 %prep
@@ -68,6 +74,11 @@
 %install
 %ghc_lib_install
 
+%check
+%if %{with tests}
+%cabal test
+%endif
+
 %post devel
 %ghc_pkg_recache
 

++ blaze-markup-0.6.1.1.tar.gz - blaze-markup-0.7.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.6.1.1/CHANGELOG 
new/blaze-markup-0.7.0.2/CHANGELOG
--- old/blaze-markup-0.6.1.1/CHANGELOG  2014-09-11 11:09:18.0 +0200
+++ new/blaze-markup-0.7.0.2/CHANGELOG  2015-03-23 10:57:17.0 +0100
@@ -1,3 +1,18 @@
+- 0.7.0.2
+* Relax `blaze-builder` dependency to allow 0.3
+
+- 0.7.0.1
+* Bump `QuickCheck` dependency to allow 2.8
+
+- 0.7.0.0
+* Depend on blaze-builder 0.4
+
+- 0.6.3.0
+* Add combinators to insert HTML comments
+
+- 0.6.2.0
+* Add `Applicative` instance for `MarkupM`
+
 - 0.6.1.1
 * Bump `text` dependency to allow 1.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ghc-blaze-markup for openSUSE:Factory

2014-11-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2014-11-26 20:55:19

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)


Package is ghc-blaze-markup

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2014-04-02 17:18:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2014-11-26 20:55:29.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  9 15:45:37 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.6.1.1
+* Bump `text` dependency to allow 1.2 (Haskell Platform 2014.2.0.0)
+* Add the `null` query to Text.Blaze.Internal.
+* Add the operator (!?) for nicely setting conditional attributes 
+
+---

Old:

  blaze-markup-0.5.1.5.tar.gz

New:

  blaze-markup-0.6.1.1.tar.gz



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.DuBxR0/_old  2014-11-26 20:55:30.0 +0100
+++ /var/tmp/diff_new_pack.DuBxR0/_new  2014-11-26 20:55:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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-markup
 
 Name:   ghc-blaze-markup
-Version:0.5.1.5
+Version:0.6.1.1
 Release:0
 Summary:A blazingly fast markup combinator library for Haskell
 License:BSD-3-Clause

++ blaze-markup-0.5.1.5.tar.gz - blaze-markup-0.6.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.5.1.5/CHANGELOG 
new/blaze-markup-0.6.1.1/CHANGELOG
--- old/blaze-markup-0.5.1.5/CHANGELOG  1970-01-01 01:00:00.0 +0100
+++ new/blaze-markup-0.6.1.1/CHANGELOG  2014-09-11 11:09:18.0 +0200
@@ -0,0 +1,12 @@
+- 0.6.1.1
+* Bump `text` dependency to allow 1.2
+
+- 0.6.1.0
+* Add the `null` query to Text.Blaze.Internal.
+
+- 0.6.0.0
+* Add the operator (!?) for nicely setting conditional attributes
+
+- 0.5.2.0
+* Provide ToHtml and ToValue instances for Int32, Int64, Word, Word32,
+  and Word64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.5.1.5/blaze-markup.cabal 
new/blaze-markup-0.6.1.1/blaze-markup.cabal
--- old/blaze-markup-0.5.1.5/blaze-markup.cabal 2013-03-08 17:18:29.0 
+0100
+++ new/blaze-markup-0.6.1.1/blaze-markup.cabal 2014-09-11 11:09:18.0 
+0200
@@ -1,5 +1,5 @@
 Name: blaze-markup
-Version:  0.5.1.5
+Version:  0.6.1.1
 Homepage: http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:  BSD3
@@ -18,6 +18,9 @@
 Build-type:Simple
 Cabal-version: = 1.8
 
+Extra-source-files:
+  CHANGELOG
+
 Library
   Hs-source-dirs: src
   Ghc-Options:-Wall
@@ -33,7 +36,7 @@
   Build-depends:
 base  = 4  5,
 blaze-builder = 0.20.4,
-text  = 0.10   0.12,
+text  = 0.10   1.3,
 bytestring= 0.90.11
 
 Test-suite blaze-markup-tests
@@ -48,7 +51,7 @@
 
   Build-depends:
 HUnit  = 1.2   1.3,
-QuickCheck = 2.4   2.7,
+QuickCheck = 2.4   2.8,
 containers = 0.3   0.6,
 test-framework = 0.4   0.9,
 test-framework-hunit   = 0.3   0.4,
@@ -56,7 +59,7 @@
 -- Copied from regular dependencies...
 base  = 4  5,
 blaze-builder = 0.20.4,
-text  = 0.10   0.12,
+text  = 0.10   1.3,
 bytestring= 0.90.11
 
 Source-repository head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.5.1.5/src/Text/Blaze/Internal.hs 
new/blaze-markup-0.6.1.1/src/Text/Blaze/Internal.hs
--- old/blaze-markup-0.5.1.5/src/Text/Blaze/Internal.hs 2013-03-08 
17:18:29.0 +0100
+++ new/blaze-markup-0.6.1.1/src/Text/Blaze/Internal.hs 2014-09-11 
11:09:18.0 +0200
@@ -53,14 +53,20 @@
   -- * Setting attributes
 , Attributable
 , (!)
+, (!?)
 
   -- * Modifying Markup elements
 , contents
 , external
+
+  -- * Querying Markup elements
+, null
 ) where
 
+import Prelude hiding (null)
 import Data.Monoid (Monoid, mappend, mempty, mconcat)
 import Unsafe.Coerce