diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 11:17:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 12:02:50 +0000 |
commit | 760d1dd9bc8686504cc7484187b56dcc381a7b69 (patch) | |
tree | 2d0622e82795e6a3152dcdf5c0bbdc9c6e6c5461 /dev-haskell | |
parent | dev-haskell/wai-app-static: bump up to 3.1.6.1 (diff) | |
download | gentoo-760d1dd9bc8686504cc7484187b56dcc381a7b69.tar.gz gentoo-760d1dd9bc8686504cc7484187b56dcc381a7b69.tar.bz2 gentoo-760d1dd9bc8686504cc7484187b56dcc381a7b69.zip |
dev-haskell/uuid: allow QuickCheck-2.9
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/uuid/uuid-1.3.12.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-haskell/uuid/uuid-1.3.12.ebuild b/dev-haskell/uuid/uuid-1.3.12.ebuild index 790108d447bd..09b2f92acaa6 100644 --- a/dev-haskell/uuid/uuid-1.3.12.ebuild +++ b/dev-haskell/uuid/uuid-1.3.12.ebuild @@ -30,8 +30,13 @@ RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.9:=[profile? DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4 - >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9 + >=dev-haskell/quickcheck-2.4 >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12 >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10 >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 ) " + +src_prepare() { + cabal_chdeps \ + 'QuickCheck >=2.4 && < 2.9' 'QuickCheck >=2.4' +} |