Accepting request 953437 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/953437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-html?expand=0&rev=21
This commit is contained in:
commit
a2da8596cf
@ -1,6 +1,6 @@
|
|||||||
Name: blaze-html
|
Name: blaze-html
|
||||||
Version: 0.9.1.2
|
Version: 0.9.1.2
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Homepage: http://jaspervdj.be/blaze
|
Homepage: http://jaspervdj.be/blaze
|
||||||
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
|
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
|
||||||
License: BSD3
|
License: BSD3
|
||||||
@ -20,7 +20,7 @@ Build-type: Simple
|
|||||||
Cabal-version: >= 1.8
|
Cabal-version: >= 1.8
|
||||||
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
|
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
|
GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1
|
||||||
|
|
||||||
Extra-source-files:
|
Extra-source-files:
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
@ -59,7 +59,7 @@ Library
|
|||||||
blaze-builder >= 0.3 && < 0.5,
|
blaze-builder >= 0.3 && < 0.5,
|
||||||
blaze-markup >= 0.8 && < 0.9,
|
blaze-markup >= 0.8 && < 0.9,
|
||||||
bytestring >= 0.9 && < 0.12,
|
bytestring >= 0.9 && < 0.12,
|
||||||
text >= 0.10 && < 1.3
|
text >= 0.10 && < 2.1
|
||||||
|
|
||||||
Test-suite blaze-html-tests
|
Test-suite blaze-html-tests
|
||||||
Type: exitcode-stdio-1.0
|
Type: exitcode-stdio-1.0
|
||||||
@ -81,7 +81,7 @@ Test-suite blaze-html-tests
|
|||||||
|
|
||||||
Build-depends:
|
Build-depends:
|
||||||
HUnit >= 1.2 && < 1.7,
|
HUnit >= 1.2 && < 1.7,
|
||||||
QuickCheck >= 2.4 && < 2.14,
|
QuickCheck >= 2.4 && < 2.15,
|
||||||
containers >= 0.3 && < 0.7,
|
containers >= 0.3 && < 0.7,
|
||||||
test-framework >= 0.4 && < 0.9,
|
test-framework >= 0.4 && < 0.9,
|
||||||
test-framework-hunit >= 0.3 && < 0.4,
|
test-framework-hunit >= 0.3 && < 0.4,
|
||||||
@ -91,7 +91,7 @@ Test-suite blaze-html-tests
|
|||||||
blaze-builder >= 0.3 && < 0.5,
|
blaze-builder >= 0.3 && < 0.5,
|
||||||
blaze-markup >= 0.8 && < 0.9,
|
blaze-markup >= 0.8 && < 0.9,
|
||||||
bytestring >= 0.9 && < 0.12,
|
bytestring >= 0.9 && < 0.12,
|
||||||
text >= 0.10 && < 1.3
|
text >= 0.10 && < 2.1
|
||||||
|
|
||||||
Source-repository head
|
Source-repository head
|
||||||
Type: git
|
Type: git
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 9 19:54:05 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update blaze-html to version 0.9.1.2 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 9 11:01:32 UTC 2021 - psimons@suse.com
|
Tue Mar 9 11:01:32 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-blaze-html
|
# spec file for package ghc-blaze-html
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,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/1.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-blaze-builder-devel
|
BuildRequires: ghc-blaze-builder-devel
|
||||||
BuildRequires: ghc-blaze-markup-devel
|
BuildRequires: ghc-blaze-markup-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user