dev-haskell/threads: allow ghc-8
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 20:53:45 +0000 (21:53 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/threads/threads-0.5.1.3.ebuild

index 2f01f4f85acf92131b1e98ca70cfdc4579f9ceed..c719afb8ec75cbbbd7eb9e8071a78b3beb049c18 100644 (file)
@@ -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'
 }