From 17a8c3bee17a6943988bf351db712d657e6481a2d973138dc40b7062adb3f0c2 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sun, 9 Nov 2014 16:23:18 +0000 Subject: [PATCH] update for Haskell Platform 2014.2.0.0 compatibility OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=6 --- blaze-markup-0.5.1.5.tar.gz | 3 --- blaze-markup-0.6.1.1.tar.gz | 3 +++ ghc-blaze-markup.changes | 8 ++++++++ ghc-blaze-markup.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 blaze-markup-0.5.1.5.tar.gz create mode 100644 blaze-markup-0.6.1.1.tar.gz diff --git a/blaze-markup-0.5.1.5.tar.gz b/blaze-markup-0.5.1.5.tar.gz deleted file mode 100644 index c2fc52d..0000000 --- a/blaze-markup-0.5.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4d034560e6808c5fdb8ca2eeef0031f3caff5398ba4fee72a049eea43ad7a3c -size 11885 diff --git a/blaze-markup-0.6.1.1.tar.gz b/blaze-markup-0.6.1.1.tar.gz new file mode 100644 index 0000000..37d3bc4 --- /dev/null +++ b/blaze-markup-0.6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad484263f2f0978fd919627717c5a2ec923f19f401f1471ec259558ddd7306aa +size 12759 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 6c840d1..8767f6f 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 9 15:45:37 UTC 2014 - peter.trommler@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 + ------------------------------------------------------------------- Mon Oct 21 07:14:48 UTC 2013 - sbahling@suse.com diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 5f3fb7f..e5767ac 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -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