summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-01 20:31:44 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 20:31:49 +0100
commit91c1b29fce472aa21a0d28058e32a90ad011c0ab (patch)
tree8c768fa8bba5c4ae964fed8d854d362f27567157 /dev-haskell
parentprofiles/package.mask: mask app-pda/{jpilot,pilot-link} (diff)
downloadgentoo-91c1b29fce472aa21a0d28058e32a90ad011c0ab.tar.gz
gentoo-91c1b29fce472aa21a0d28058e32a90ad011c0ab.tar.bz2
gentoo-91c1b29fce472aa21a0d28058e32a90ad011c0ab.zip
dev-haskell/xhtml: raise lower ghc bound to nudge upgrade
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/735114 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
index dc4f6f5c6624..9046501c4955 100644
--- a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
+++ b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild
@@ -17,7 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.10.4:="
+RDEPEND=">=dev-lang/ghc-8.4.2:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"