From: Sergei Trofimovich Date: Tue, 10 May 2016 20:53:45 +0000 (+0100) Subject: dev-haskell/threads: allow ghc-8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f44728260f6dcdbf4568e5aa594407dab2b134f;p=gentoo.git dev-haskell/threads: allow ghc-8 Package-Manager: portage-2.2.28 --- diff --git a/dev-haskell/threads/threads-0.5.1.3.ebuild b/dev-haskell/threads/threads-0.5.1.3.ebuild index 2f01f4f85acf..c719afb8ec75 100644 --- a/dev-haskell/threads/threads-0.5.1.3.ebuild +++ b/dev-haskell/threads/threads-0.5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,5 +31,6 @@ DEPEND="${RDEPEND} src_prepare() { cabal_chdeps \ - 'HUnit >= 1.2.2 && < 1.3' 'HUnit >= 1.2.2' + 'HUnit >= 1.2.2 && < 1.3' 'HUnit >= 1.2.2' \ + 'base >= 4.4 && < 4.9' 'base >= 4.4' }