diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-25 17:27:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-25 17:30:37 +0000 |
commit | c19955b720f3c4a318eb135ff6a02b65e07151a2 (patch) | |
tree | 8c4235a15bd1ddb9791968e24ee7aa707db3883b /dev-haskell | |
parent | sci-biology/recon: Remove old (diff) | |
download | gentoo-c19955b720f3c4a318eb135ff6a02b65e07151a2.tar.gz gentoo-c19955b720f3c4a318eb135ff6a02b65e07151a2.tar.bz2 gentoo-c19955b720f3c4a318eb135ff6a02b65e07151a2.zip |
dev-haskell/geniplate: mark as incompatible against ghc-8, bug #610022
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/610022
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/geniplate/geniplate-0.6.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild index e13334dca662..b52dcde25812 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-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-8 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 |