Skip to content

Commit

Permalink
dev-haskell/cassava: bump quickcheck upperbound so that tests work
Browse files Browse the repository at this point in the history
Upstream issues are opened for bumping [quickcheck][1] and [base][2]

[1]: haskell-hvr/cassava#166
[2]: haskell-hvr/cassava#189

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 12, 2021
1 parent a7dec87 commit bc3c817
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-haskell/cassava/cassava-0.5.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.11.3.0:=[profile?] <dev-haskell/attoparsec-0
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( <dev-haskell/hunit-1.7
>=dev-haskell/quickcheck-2.13 <dev-haskell/quickcheck-2.14
>=dev-haskell/quickcheck-2.13
>=dev-haskell/quickcheck-instances-0.3.12 <dev-haskell/quickcheck-instances-0.4
>=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
Expand All @@ -44,5 +44,6 @@ src_prepare() {
default

cabal_chdeps \
'base >= 4.5 && < 4.14' 'base >= 4.5'
'base >= 4.5 && < 4.14' 'base >= 4.5' \
'QuickCheck == 2.13.*' 'QuickCheck >= 2.13'
}

0 comments on commit bc3c817

Please sign in to comment.