commit: 7dbfecf6d60e8518ddd647c6cf2c75567d11040a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 17:29:20 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 17:30:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbfecf6
dev-haskell/yesod-routes: mark as incompatible against ghc-8, bug #610350 Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/610350 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild | 4 ++-- dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild index 190ed755bf..ecf035f9ca 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ RDEPEND="=dev-haskell/path-pieces-0.1*:=[profile?] <dev-haskell/text-0.12:=[profile?] >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?] - >=dev-lang/ghc-6.10.4:=" + >=dev-lang/ghc-6.10.4:= <dev-lang/ghc-8" DEPEND="${RDEPEND} test? ( >=dev-haskell/hspec-1.3 =dev-haskell/hunit-1.2* diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild index a2a4ebf80f..e8b193b769 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.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$ @@ -21,7 +21,7 @@ IUSE="" RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] >=dev-haskell/text-0.5:=[profile?] >=dev-haskell/vector-0.8:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-8 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8
