Skip to content

Commit

Permalink
dev-haskell/threads: allow hunit-1.3
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Sergei Trofimovich committed Jan 16, 2016
1 parent 17da17f commit 56c1180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-haskell/threads/threads-0.5.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ RDEPEND=">=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.9.2
test? ( >=dev-haskell/concurrent-extra-0.5.1 <dev-haskell/concurrent-extra-0.8
>=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
>=dev-haskell/hunit-1.2.2
>=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
"

src_prepare() {
cabal_chdeps \
'HUnit >= 1.2.2 && < 1.3' 'HUnit >= 1.2.2'
}

0 comments on commit 56c1180

Please sign in to comment.