dev-haskell/hastache: allow ghc-8

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-05-10 22:59:40 +01:00
parent 174bae4e51
commit ce39f65a8e

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$
@@ -32,3 +32,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit )
"
src_prepare() {
cabal_chdeps \
'base >=4 && <4.9' 'base >=4'
}