diff options
Diffstat (limited to 'dev-haskell/hdbc')
-rw-r--r-- | dev-haskell/hdbc/hdbc-2.4.0.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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) |