diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-23 08:36:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-23 08:36:14 +0100 |
commit | d7ea56bc4b022978a341dafa39f56aab48ccfdda (patch) | |
tree | 18e1935369661e9575f89b58b6b19e14ef87ac65 /dev-haskell/geniplate | |
parent | net-analyzer/rrdtool: Do not inherit versionator.eclass (diff) | |
download | gentoo-d7ea56bc4b022978a341dafa39f56aab48ccfdda.tar.gz gentoo-d7ea56bc4b022978a341dafa39f56aab48ccfdda.tar.bz2 gentoo-d7ea56bc4b022978a341dafa39f56aab48ccfdda.zip |
dev-haskell/geniplate: allow ghc-7.10, bug #561178
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/561178
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/geniplate')
-rw-r--r-- | dev-haskell/geniplate/geniplate-0.6.0.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild index 228b1fa59321..e13334dca662 100644 --- a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild +++ b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,3 +24,8 @@ RDEPEND="dev-haskell/mtl:=[profile?] DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 " + +src_prepare() { + cabal_chdeps \ + 'template-haskell < 2.10' 'template-haskell' +} |