mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/microlens-aeson: add 2.5.2
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST microlens-aeson-2.5.0.tar.gz 439908 BLAKE2B 70f9ca0e7d06988cbe8ef63a26333430a00917a36f3df7deabb5a5913a2a728ae82327fd5023d98b4582f57a8e40c1dc0b689012ce12b7d71f605f6b392c05df SHA512 b8f99796045bc5f014b1535380c680a43b2e5dd4e5543cf3b4a9683c40780a54bf4b7904a4f9cc8a6ef2c5b4caa8f74b7d116ef06011201c28b63ceac22790e4
|
||||
DIST microlens-aeson-2.5.2.tar.gz 440053 BLAKE2B 690f42ff4bb35be1e67b26bdb24a3d1144f0664ce492467c443cdcb83e2d09617187c94ba0b0c03c97b822fd7bd0d10afff09588fbf5826bb54a42f7ea08b506 SHA512 b2d159e30b96655e2403bc09db8854e2b59e663b7a9ddfe352f99f14466e1643ca3dcfb04c266f36dccf3288a22ffde9b886f3f3373edf68a49fb1cdfefc209f
|
||||
|
||||
31
dev-haskell/microlens-aeson/microlens-aeson-2.5.2.ebuild
Normal file
31
dev-haskell/microlens-aeson/microlens-aeson-2.5.2.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.8.5.1.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Law-abiding lenses for Aeson, using microlens"
|
||||
HOMEPAGE="https://github.com/fosskers/microlens-aeson/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-2.0:=[profile?]
|
||||
>=dev-haskell/attoparsec-0.10:=[profile?]
|
||||
dev-haskell/hashable:=[profile?]
|
||||
>=dev-haskell/microlens-0.3:=[profile?]
|
||||
>=dev-haskell/scientific-0.3.2:=[profile?]
|
||||
>=dev-haskell/vector-0.9:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
>=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2.2:=[profile?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/tasty-0.10.1.2
|
||||
>=dev-haskell/tasty-hunit-0.9.2 )
|
||||
"
|
||||
Reference in New Issue
Block a user