osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-blaze-html revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-html?expand=0&rev=75
This commit is contained in:
Peter Simons 2023-07-19 09:32:03 +00:00 committed by Git OBS Bridge
parent 660e20a850
commit f97eb2d07c
3 changed files with 116 additions and 99 deletions

View File

@ -1,98 +1,109 @@
Name: blaze-html Cabal-version: >= 1.8
Version: 0.9.1.2 Name: blaze-html
x-revision: 2 Version: 0.9.1.2
Homepage: http://jaspervdj.be/blaze x-revision: 3
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues Homepage: http://jaspervdj.be/blaze
License: BSD3 Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
License-file: LICENSE License: BSD3
Author: Jasper Van der Jeugt, Simon Meier License-file: LICENSE
Maintainer: Jasper Van der Jeugt <m@jaspervdj.be> Author: Jasper Van der Jeugt, Simon Meier
Stability: Experimental Maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
Category: Text Stability: Experimental
Synopsis: A blazingly fast HTML combinator library for Haskell Category: Text
Description: Synopsis: A blazingly fast HTML combinator library for Haskell
A blazingly fast HTML combinator library for the Haskell Description:
programming language. The Text.Blaze module is a good A blazingly fast HTML combinator library for the Haskell
starting point, as well as this tutorial: programming language. The Text.Blaze module is a good
<http://jaspervdj.be/blaze/tutorial.html>. starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
Build-type: Simple
Cabal-version: >= 1.8 Build-type: Simple
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, Tested-with:
GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1 GHC == 9.6.2
GHC == 9.4.5
Extra-source-files: GHC == 9.2.8
CHANGELOG GHC == 9.0.2
src/Util/Sanitize.hs GHC == 8.10.7
src/Util/GenerateHtmlCombinators.hs GHC == 8.8.4
GHC == 8.6.5
Library GHC == 8.4.4
Hs-source-dirs: src GHC == 8.2.2
Ghc-Options: -Wall GHC == 8.0.2
GHC == 7.10.3
Exposed-modules: GHC == 7.8.4
Text.Blaze.Html
Text.Blaze.Html.Renderer.Pretty Extra-source-files:
Text.Blaze.Html.Renderer.String CHANGELOG
Text.Blaze.Html.Renderer.Text src/Util/Sanitize.hs
Text.Blaze.Html.Renderer.Utf8 src/Util/GenerateHtmlCombinators.hs
Text.Blaze.Html4.FrameSet
Text.Blaze.Html4.FrameSet.Attributes Library
Text.Blaze.Html4.Strict Hs-source-dirs: src
Text.Blaze.Html4.Strict.Attributes Ghc-Options: -Wall
Text.Blaze.Html4.Transitional
Text.Blaze.Html4.Transitional.Attributes Exposed-modules:
Text.Blaze.Html5 Text.Blaze.Html
Text.Blaze.Html5.Attributes Text.Blaze.Html.Renderer.Pretty
Text.Blaze.XHtml1.FrameSet Text.Blaze.Html.Renderer.String
Text.Blaze.XHtml1.FrameSet.Attributes Text.Blaze.Html.Renderer.Text
Text.Blaze.XHtml1.Strict Text.Blaze.Html.Renderer.Utf8
Text.Blaze.XHtml1.Strict.Attributes Text.Blaze.Html4.FrameSet
Text.Blaze.XHtml1.Transitional Text.Blaze.Html4.FrameSet.Attributes
Text.Blaze.XHtml1.Transitional.Attributes Text.Blaze.Html4.Strict
Text.Blaze.XHtml5 Text.Blaze.Html4.Strict.Attributes
Text.Blaze.XHtml5.Attributes Text.Blaze.Html4.Transitional
Text.Blaze.Html4.Transitional.Attributes
Build-depends: Text.Blaze.Html5
base >= 4 && < 5, Text.Blaze.Html5.Attributes
blaze-builder >= 0.3 && < 0.5, Text.Blaze.XHtml1.FrameSet
blaze-markup >= 0.8 && < 0.9, Text.Blaze.XHtml1.FrameSet.Attributes
bytestring >= 0.9 && < 0.12, Text.Blaze.XHtml1.Strict
text >= 0.10 && < 2.1 Text.Blaze.XHtml1.Strict.Attributes
Text.Blaze.XHtml1.Transitional
Test-suite blaze-html-tests Text.Blaze.XHtml1.Transitional.Attributes
Type: exitcode-stdio-1.0 Text.Blaze.XHtml5
Hs-source-dirs: src tests Text.Blaze.XHtml5.Attributes
Main-is: TestSuite.hs
Ghc-options: -Wall Build-depends:
base >= 4 && < 5,
Other-modules: blaze-builder >= 0.3 && < 0.5,
Text.Blaze.Html blaze-markup >= 0.8 && < 0.9,
Text.Blaze.Html.Renderer.String bytestring >= 0.9 && < 0.12,
Text.Blaze.Html.Renderer.Text text >= 0.10 && < 2.1
Text.Blaze.Html.Renderer.Utf8
Text.Blaze.Html.Tests Test-suite blaze-html-tests
Text.Blaze.Html.Tests.Util Type: exitcode-stdio-1.0
Text.Blaze.Html5 Hs-source-dirs: src tests
Text.Blaze.Html5.Attributes Main-is: TestSuite.hs
Util.Sanitize Ghc-options: -Wall
Util.Tests
Other-modules:
Build-depends: Text.Blaze.Html
HUnit >= 1.2 && < 1.7, Text.Blaze.Html.Renderer.String
QuickCheck >= 2.4 && < 2.15, Text.Blaze.Html.Renderer.Text
containers >= 0.3 && < 0.7, Text.Blaze.Html.Renderer.Utf8
test-framework >= 0.4 && < 0.9, Text.Blaze.Html.Tests
test-framework-hunit >= 0.3 && < 0.4, Text.Blaze.Html.Tests.Util
test-framework-quickcheck2 >= 0.3 && < 0.4, Text.Blaze.Html5
-- Copied from regular dependencies... Text.Blaze.Html5.Attributes
base >= 4 && < 5, Util.Sanitize
blaze-builder >= 0.3 && < 0.5, Util.Tests
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12, Build-depends:
text >= 0.10 && < 2.1 HUnit >= 1.2 && < 1.7,
QuickCheck >= 2.4 && < 2.15,
Source-repository head containers >= 0.3 && < 0.7,
Type: git test-framework >= 0.4 && < 0.9,
Location: http://github.com/jaspervdj/blaze-html.git test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copied from regular dependencies...
base >= 4 && < 5,
blaze-builder >= 0.3 && < 0.5,
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.13,
text >= 0.10 && < 2.1
Source-repository head
Type: git
Location: http://github.com/jaspervdj/blaze-html.git

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 17 06:35:34 UTC 2023 - Peter Simons <psimons@suse.com>
- Update blaze-html to version 0.9.1.2 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 30 17:06:00 UTC 2023 - Peter Simons <psimons@suse.com> Thu Mar 30 17:06:00 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,7 @@ Summary: A blazingly fast HTML combinator library for Haskell
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof