diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-25 17:29:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-25 17:30:37 +0000 |
commit | 7dbfecf6d60e8518ddd647c6cf2c75567d11040a (patch) | |
tree | 5be31ad1f554055f428d4118dca133e71038c4b8 /dev-haskell/yesod-routes | |
parent | dev-haskell/geniplate: mark as incompatible against ghc-8, bug #610022 (diff) | |
download | gentoo-7dbfecf6d60e8518ddd647c6cf2c75567d11040a.tar.gz gentoo-7dbfecf6d60e8518ddd647c6cf2c75567d11040a.tar.bz2 gentoo-7dbfecf6d60e8518ddd647c6cf2c75567d11040a.zip |
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
Diffstat (limited to 'dev-haskell/yesod-routes')
-rw-r--r-- | dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | 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 190ed755bfe7..ecf035f9ca1e 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 a2a4ebf80f76..e8b193b769fb 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 |