Accepting request 1099451 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1099451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-html?expand=0&rev=23
This commit is contained in:
commit
e1c4d21dc7
@ -1,6 +1,7 @@
|
|||||||
|
Cabal-version: >= 1.8
|
||||||
Name: blaze-html
|
Name: blaze-html
|
||||||
Version: 0.9.1.2
|
Version: 0.9.1.2
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
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
|
||||||
@ -17,10 +18,20 @@ Description:
|
|||||||
<http://jaspervdj.be/blaze/tutorial.html>.
|
<http://jaspervdj.be/blaze/tutorial.html>.
|
||||||
|
|
||||||
Build-type: Simple
|
Build-type: Simple
|
||||||
Cabal-version: >= 1.8
|
|
||||||
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
|
Tested-with:
|
||||||
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,
|
GHC == 9.6.2
|
||||||
GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1
|
GHC == 9.4.5
|
||||||
|
GHC == 9.2.8
|
||||||
|
GHC == 9.0.2
|
||||||
|
GHC == 8.10.7
|
||||||
|
GHC == 8.8.4
|
||||||
|
GHC == 8.6.5
|
||||||
|
GHC == 8.4.4
|
||||||
|
GHC == 8.2.2
|
||||||
|
GHC == 8.0.2
|
||||||
|
GHC == 7.10.3
|
||||||
|
GHC == 7.8.4
|
||||||
|
|
||||||
Extra-source-files:
|
Extra-source-files:
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
@ -90,7 +101,7 @@ Test-suite blaze-html-tests
|
|||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
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.13,
|
||||||
text >= 0.10 && < 2.1
|
text >= 0.10 && < 2.1
|
||||||
|
|
||||||
Source-repository head
|
Source-repository head
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user