commit: bda138c4470ce9e77035a3db5182b40472000f85 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Apr 17 10:25:37 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Apr 17 10:25:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda138c4
dev-haskell/wxc: tweak older slot for ghc-8.10 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/783390 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/wxc/wxc-0.92.3.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-haskell/wxc/wxc-0.92.3.0.ebuild b/dev-haskell/wxc/wxc-0.92.3.0.ebuild index a704fc0cd19..b2da12e4f9e 100644 --- a/dev-haskell/wxc/wxc-0.92.3.0.ebuild +++ b/dev-haskell/wxc/wxc-0.92.3.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # ebuild generated by hackport 0.5.3.9999 WX_GTK_VER="3.0" CABAL_FEATURES="lib profile" # ho docs as it has no haskell files -inherit haskell-cabal multilib versionator wxwidgets +inherit haskell-cabal multilib wxwidgets DESCRIPTION="wxHaskell C++ wrapper" HOMEPAGE="https://wiki.haskell.org/WxHaskell" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-0.92.3.0-cabal-2.2.patch "${FILESDIR}"/${PN}-0.92.3.0-cabal-3.patch + "${FILESDIR}"/${PN}-0.92.3.0-cabal-3.2.patch ) src_prepare() {
