dev-haskell/hdbc: allow ghc-8
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 21:59:20 +0000 (22:59 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/hdbc/hdbc-2.4.0.1.ebuild

index 45949beb7efe994d1ab552c819ee2c2ecb52e181..a2f89eb62f7bb9999c828bca4690774a338ff861 100644 (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)