Unverified Commit 26cd68e8 authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-haskell/optics-th: bump up to 0.3.0.2



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent 0361d578
DIST optics-th-0.2.tar.gz 26683 BLAKE2B 0afcc3d1fb1c476709829260703e65667fce336f28f10af3b02376474b93004cbf7fbf093d50d7b49901005e3f9c7dcb5b0ab4ccda399642da7abb408b72350c SHA512 1898d083597ab2c1a8f8c791c8e96d64248c6a4015fe0752b96b1d7dca6c2ae6c24cd635f4d40264445f44718a2c4b64fdc9e96537a144fb441f14a497236305 DIST optics-th-0.2.tar.gz 26683 BLAKE2B 0afcc3d1fb1c476709829260703e65667fce336f28f10af3b02376474b93004cbf7fbf093d50d7b49901005e3f9c7dcb5b0ab4ccda399642da7abb408b72350c SHA512 1898d083597ab2c1a8f8c791c8e96d64248c6a4015fe0752b96b1d7dca6c2ae6c24cd635f4d40264445f44718a2c4b64fdc9e96537a144fb441f14a497236305
DIST optics-th-0.3.0.2.tar.gz 30775 BLAKE2B 350d04b6996581bb962c3fdfeb0214e8c95b4b46f8074da64ad254e5ab5ddb2900c98ea87ad8ca72c6c93ceb0e39af8d1c089d2ee2bcd7149b07e0ed390747cb SHA512 0ebce42453d8bbdc621f8f97aa4a34a8defc66d4ea9d09b466447f01ed440cf84896d8d9326a61eb77daa1b844dd2bf6b8e73b86f585b3c0b1c2ffbab7391691
...@@ -5,12 +5,4 @@ ...@@ -5,12 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<use>
</use>
<longdescription>
This package is part of the @&lt;https://hackage.haskell.org/package/optics optics&gt;@
package family. It provides machinery to construct optics using @TemplateHaskell@.
See the @template-haskell-optics@ package for optics to work with @template-haskell@ types.
</longdescription>
</pkgmetadata> </pkgmetadata>
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Optics construction using TemplateHaskell"
HOMEPAGE="https://hackage.haskell.org/package/optics-th"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/optics-core-0.3:=[profile?] <dev-haskell/optics-core-0.4:=[profile?]
>=dev-haskell/th-abstraction-0.2.1:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
test? ( dev-haskell/tagged )
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment