newer revision

epel9
Jens Petersen 4 years ago
parent f819035406
commit d0163167f0

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

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

Loading…
Cancel
Save