forked from pool/ghc-blaze-markup
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-blaze-markup revision:20, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=67
This commit is contained in:
parent
85a91cca9c
commit
df9dc2946d
@ -1,6 +1,6 @@
|
||||
Name: blaze-markup
|
||||
Version: 0.8.2.8
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
Homepage: http://jaspervdj.be/blaze
|
||||
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
|
||||
License: BSD3
|
||||
@ -42,7 +42,7 @@ Library
|
||||
Build-depends:
|
||||
base >= 4 && < 4.17,
|
||||
blaze-builder >= 0.3 && < 0.5,
|
||||
text >= 0.10 && < 1.3,
|
||||
text >= 0.10 && < 2.1,
|
||||
bytestring >= 0.9 && < 0.12
|
||||
|
||||
Test-suite blaze-markup-tests
|
||||
@ -72,7 +72,7 @@ Test-suite blaze-markup-tests
|
||||
-- Copied from regular dependencies...
|
||||
base >= 4 && < 4.17,
|
||||
blaze-builder >= 0.3 && < 0.5,
|
||||
text >= 0.10 && < 1.3,
|
||||
text >= 0.10 && < 2.1,
|
||||
bytestring >= 0.9 && < 0.12
|
||||
|
||||
Source-repository head
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 4 12:15:36 UTC 2022 - psimons@suse.com
|
||||
|
||||
- Update blaze-markup to version 0.8.2.8 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 08:31:25 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-blaze-markup
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ Summary: A blazingly fast markup combinator library for Haskell
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
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-blaze-builder-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
|
Loading…
Reference in New Issue
Block a user