Skip to content

Commit

Permalink
dev-haskell/wxc: tweak older slot for ghc-8.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Apr 17, 2021
1 parent b53245a commit bda138c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-haskell/wxc/wxc-0.92.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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() {
Expand Down

0 comments on commit bda138c

Please sign in to comment.