drop tasty bound tweaks

This commit is contained in:
Jens Petersen 2020-02-20 12:13:57 +08:00
parent 63bce8c832
commit 0ce88f1733

View File

@ -85,10 +85,6 @@ This package provides the Haskell %{pkg_name} profiling library.
# End cabal-rpm setup
#remove the copy library
rm -r cbits
# 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'
%build