mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user