From 0f44728260f6dcdbf4568e5aa594407dab2b134f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 May 2016 21:53:45 +0100 Subject: dev-haskell/threads: allow ghc-8 Package-Manager: portage-2.2.28 --- dev-haskell/threads/threads-0.5.1.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-haskell/threads') 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' } -- cgit v1.2.3-65-gdbad