tweak tasty bounds comment

This commit is contained in:
Jens Petersen 2019-08-27 17:06:39 +03:00
parent 6d27e4088a
commit 9efe28454e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ This package provides the Haskell %{pkg_name} profiling library.
# End cabal-rpm setup
#remove the copy library
rm -r cbits
# upperbounds
# allow newer tasty
cabal-tweak-dep-ver tasty '< 0.12' '< 1.3'
cabal-tweak-dep-ver tasty-hunit '< 0.10' '< 0.11'
cabal-tweak-dep-ver tasty-quickcheck '== 0.8.*' '> 0.8'