diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild index 228b1fa593211..e13334dca6620 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' +}