newer revision

This commit is contained in:
Jens Petersen 2021-07-10 08:19:51 +08:00
parent f819035406
commit d0163167f0
2 changed files with 145 additions and 144 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.14
name: HsYAML
version: 0.2.1.0
x-revision: 1
x-revision: 2
synopsis: Pure Haskell YAML 1.2 processor
homepage: https://github.com/hvr/HsYAML
@ -78,8 +78,8 @@ library
Trustworthy
TypeSynonymInstances
build-depends: base >=4.5 && <4.15
, bytestring >=0.9 && <0.11
build-depends: base >=4.5 && <4.16
, bytestring >=0.9 && <0.12
, containers >=0.4.2 && <0.7
, deepseq >=1.3.0 && <1.5
, text >=1.2.3 && <1.3

View File

@ -98,6 +98,7 @@ This package provides the Haskell %{pkg_name} profiling library.
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
cabal-tweak-dep-ver QuickCheck '2.13.*' '2.14.*'
cabal-tweak-dep-ver tasty '== 1.2.*' '>= 1.2'
%build