Files
gentoo/dev-haskell/generically/generically-0.1.1-r4.ebuild
Alfred Wingate 1c701966bf dev-haskell/generically: fix uses of phases
Use the eclass default phase. Otherwise it skips the eclasses method to
use the updated cabal revisions.

Revbump out of caution as the phase does a lot.

cabal-mksetup is called in haskell-cabal_src_configure.

Closes: https://bugs.gentoo.org/968626
Fixes: 8743262811
See-Also: 6b6ce4fe4b
See-Also: https://github.com/gentoo-haskell/gentoo-haskell/issues/1799
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1235
Merges: https://codeberg.org/gentoo/gentoo/pulls/1235
Signed-off-by: Sam James <sam@gentoo.org>
2026-06-23 22:51:43 +01:00

26 lines
537 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.1.0.9999
CABAL_HACKAGE_REVISION=5
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Generically newtype to use with DerivingVia"
HOMEPAGE="https://hackage.haskell.org/package/generically"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"