Skip to content

Commit

Permalink
dev-haskell/geniplate: allow ghc-7.10, bug #561178
Browse files Browse the repository at this point in the history
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/561178

Package-Manager: portage-2.2.20
  • Loading branch information
Sergei Trofimovich committed Sep 23, 2015
1 parent 8659b0e commit d7ea56b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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'
}

0 comments on commit d7ea56b

Please sign in to comment.