dev-haskell/hdbc: allow ghc-8

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

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$
@@ -38,6 +38,11 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
src_prepare() {
cabal_chdeps \
'time >= 1.5 && < 1.6' 'time >= 1.5'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test buildtests)