diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-17 19:23:40 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:45 +0000 |
commit | 34ed62fce40d834510457daa776bedf32a77781d (patch) | |
tree | 099d19f69f3fb411ecc6c76d992610b268258290 /dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild | |
parent | dev-haskell/parallel: slotmove 3 -> 0 (diff) | |
download | gentoo-34ed62fce40d834510457daa776bedf32a77781d.tar.gz gentoo-34ed62fce40d834510457daa776bedf32a77781d.tar.bz2 gentoo-34ed62fce40d834510457daa776bedf32a77781d.zip |
dev-haskell/quickcheck: slotmove 2 -> 0
Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild')
-rw-r--r-- | dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild index 1a22e5080c84..1ff3c61eeb83 100644 --- a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild +++ b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild @@ -28,11 +28,11 @@ RDEPEND=">=dev-haskell/base-orphans-0.1:=[profile?] dev-haskell/tagged:=[profile?] >=dev-lang/ghc-8.0.1:= aeson? ( >=dev-haskell/aeson-0.9:=[profile?] ) - binary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) + binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) semigroupoids? ( dev-haskell/semigroupoids:=[profile?] ) semirings? ( >=dev-haskell/semirings-0.4.2:=[profile?] ) - unary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) - !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:2=[profile?] ) ) + unary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) + !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:=[profile?] ) ) vector? ( >=dev-haskell/vector-0.12:=[profile?] ) " DEPEND="${RDEPEND} |