# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.5.3.9999 WX_GTK_VER="3.2-gtk3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="wxHaskell" HOMEPAGE="https://wiki.haskell.org/WxHaskell" SRC_URI="https://codeberg.org/wxHaskell/wxHaskell/archive/wxc-1.0.0.2.tar.gz" S="${WORKDIR}/wxhaskell/wx" LICENSE="wxWinLL-3.1" SLOT="0/${PV}" KEYWORDS="~amd64" RDEPEND=">=dev-haskell/wxcore-0.93:=[profile?] >=dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 " src_prepare() { default }