dev-haskell/iso-deriving - 0.0.8 (haskell)

Search

Install

Install this version:

emerge -a =dev-haskell/iso-deriving-0.0.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-haskell/iso-deriving-0.0.8

Or alternatively:

emerge --autounmask-write -a =dev-haskell/iso-deriving-0.0.8

Package Information

Description:
Deriving via arbitrary isomorphisms
Homepage:
https://hackage.haskell.org/package/iso-deriving
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.8 8 ~amd64 0/0.0.8
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.9.0.0.9999

CABAL_HACKAGE_REVISION=1

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Deriving via arbitrary isomorphisms"
HOMEPAGE="https://hackage.haskell.org/package/iso-deriving"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}"/${P}-ghc-9.8.patch
	)

CABAL_CHDEPS=(
	'mtl < 2.3' 'mtl'
	)

RDEPEND="dev-haskell/profunctors:=[profile?]
	>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-strict
}

Inherited Eclasses

Dependencies

DEPEND

dev-haskell/profunctors:=[profile?]
	>=dev-lang/ghc-9.0.2:=

	>=dev-haskell/cabal-3.4.1.0

RDEPEND

dev-haskell/profunctors:=[profile?]
	>=dev-lang/ghc-9.0.2:=