bump deps upperbounds

This commit is contained in:
Jens Petersen 2023-01-26 17:01:50 +08:00
parent cef1efe9de
commit 3009d69263
1 changed files with 9 additions and 0 deletions

View File

@ -191,6 +191,15 @@ This package provides the Haskell %{name} profiling library.
%ifnarch %{ix86} x86_64 ppc
cabal-tweak-flag threaded False
%endif
cabal-tweak-dep-ver attoparsec '< 0.14' '< 0.15'
cabal-tweak-dep-ver base '< 4.16' '< 4.17'
cabal-tweak-dep-ver bytestring '< 0.11' '< 0.12'
cabal-tweak-dep-ver constraints '< 0.13' '< 0.14'
cabal-tweak-dep-ver cryptonite '< 0.30' '< 0.31'
cabal-tweak-dep-ver hashable '< 1.4' '< 1.5'
cabal-tweak-dep-ver memory '< 0.17' '< 0.18'
cabal-tweak-dep-ver regex-tdfa '< 1.3.2' '< 1.4'
cabal-tweak-dep-ver time '< 1.10' '< 1.12'
%build