forked from pool/ghc-blaze-markup
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-blaze-markup revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=74
This commit is contained in:
parent
610c248cb7
commit
6a5d5686f2
@ -1,6 +1,6 @@
|
|||||||
Name: blaze-markup
|
Name: blaze-markup
|
||||||
Version: 0.8.2.8
|
Version: 0.8.2.8
|
||||||
x-revision: 4
|
x-revision: 5
|
||||||
Homepage: http://jaspervdj.be/blaze
|
Homepage: http://jaspervdj.be/blaze
|
||||||
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
|
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
|
||||||
License: BSD3
|
License: BSD3
|
||||||
@ -20,9 +20,9 @@ Build-type: Simple
|
|||||||
Cabal-version: >= 1.10
|
Cabal-version: >= 1.10
|
||||||
|
|
||||||
Tested-with:
|
Tested-with:
|
||||||
GHC == 9.6.1
|
GHC == 9.6.2
|
||||||
GHC == 9.4.4
|
GHC == 9.4.5
|
||||||
GHC == 9.2.7
|
GHC == 9.2.8
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
GHC == 8.10.7
|
GHC == 8.10.7
|
||||||
GHC == 8.8.4
|
GHC == 8.8.4
|
||||||
@ -53,7 +53,7 @@ Library
|
|||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
blaze-builder >= 0.3 && < 0.5,
|
blaze-builder >= 0.3 && < 0.5,
|
||||||
text >= 0.10 && < 2.1,
|
text >= 0.10 && < 2.1,
|
||||||
bytestring >= 0.9 && < 0.12
|
bytestring >= 0.9 && < 0.13
|
||||||
|
|
||||||
Test-suite blaze-markup-tests
|
Test-suite blaze-markup-tests
|
||||||
Type: exitcode-stdio-1.0
|
Type: exitcode-stdio-1.0
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 16 19:19:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update blaze-markup to version 0.8.2.8 revision 5.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 30 17:06:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Mar 30 17:06:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: A blazingly fast markup 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/4.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.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