From: Sergei Trofimovich Date: Tue, 10 May 2016 21:59:20 +0000 (+0100) Subject: dev-haskell/hdbc: allow ghc-8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=174bae4e51b328df3aa768d4f9dbe1e3f0032562;p=gentoo.git dev-haskell/hdbc: allow ghc-8 Package-Manager: portage-2.2.28 --- diff --git a/dev-haskell/hdbc/hdbc-2.4.0.1.ebuild b/dev-haskell/hdbc/hdbc-2.4.0.1.ebuild index 45949beb7efe..a2f89eb62f7b 100644 --- a/dev-haskell/hdbc/hdbc-2.4.0.1.ebuild +++ b/dev-haskell/hdbc/hdbc-2.4.0.1.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$ @@ -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)