dev-haskell/data-default: add 0.8.0.1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:15:19 -07:00
committed by Mark Wright
parent 56d37ad91b
commit eda80db434
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST data-default-0.7.1.1.tar.gz 1627 BLAKE2B 3d711bbc04c00c1918377d15fefaf394bf69ae877d828f00a17c20b08fa635a6be40582222a5973d2c56b96c81d89175af9f05f66ef3c12bddab29859bb09f88 SHA512 a31260c71178641e41f16fc504620f19ad04a44d2d095c96225b6027184c01ec0bf47effab5344816e438d7c37e34189255a9d3a5d643219b37054dde679d1bd
DIST data-default-0.8.0.1.tar.gz 5821 BLAKE2B 596cbd690afd619080578d40bc88b739426074b6c590d6da125ba3c5df6784b43904e54282a8bf8c53121fdbb8b496c1666adbf87e4ab751bec6b27e96c9006c SHA512 04059faa68e3a5d400bb336b5a276b3d1615f62a8711578dfb69332b4ab162a17538a3d9f80edc5263bfb1001cfaf025df3a44f9cee2515c02132d812340d406

View File

@@ -0,0 +1,22 @@
# 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
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A class for types with a default value"
HOMEPAGE="https://hackage.haskell.org/package/data-default"
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
"