dev-util/shelltestrunner: allow ghc-8

Package-Manager: portage-2.3.2
This commit is contained in:
Sergei Trofimovich
2016-11-06 10:54:52 +00:00
parent 93a9fb2819
commit 4c13facf5c

View 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$
@@ -37,5 +37,6 @@ DEPEND="${RDEPEND}
src_prepare() {
cabal_chdeps \
'HUnit < 1.3' 'HUnit'
'HUnit < 1.3' 'HUnit' \
'process < 1.3' 'process'
}