summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 21:53:45 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commit0f44728260f6dcdbf4568e5aa594407dab2b134f (patch)
tree37338bf03768274c3d199fbd416c2fed6f6125a8 /dev-haskell/threads
parentdev-haskell/tagged: bump up to 0.8.4 (diff)
downloadgentoo-0f44728260f6dcdbf4568e5aa594407dab2b134f.tar.gz
gentoo-0f44728260f6dcdbf4568e5aa594407dab2b134f.tar.bz2
gentoo-0f44728260f6dcdbf4568e5aa594407dab2b134f.zip
dev-haskell/threads: allow ghc-8
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/threads')
-rw-r--r--dev-haskell/threads/threads-0.5.1.3.ebuild5
1 files changed, 3 insertions, 2 deletions
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'
}