Unverified Commit 88f41934 authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-haskell/optics: bump up to 0.3

Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1107


Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent 26cd68e8
DIST optics-0.2.tar.gz 112259 BLAKE2B 840aefaa30712f6f9079ea56e0dee501289139871cd0c0ee158d958feb708a1efc8b17f098ccb9a3def07c7b0cfa1bddb9b9b0a72c09db0d2da312bc9ca475d7 SHA512 9b72cbff9bf87c36b5a3ffe84414c3c541b79880626d85f409c0ca4b78f5431cd18ab003390aa1523749944e960c9bd0e3e7f8b6e038b080b75d19f42f13d2c5 DIST optics-0.2.tar.gz 112259 BLAKE2B 840aefaa30712f6f9079ea56e0dee501289139871cd0c0ee158d958feb708a1efc8b17f098ccb9a3def07c7b0cfa1bddb9b9b0a72c09db0d2da312bc9ca475d7 SHA512 9b72cbff9bf87c36b5a3ffe84414c3c541b79880626d85f409c0ca4b78f5431cd18ab003390aa1523749944e960c9bd0e3e7f8b6e038b080b75d19f42f13d2c5
DIST optics-0.3.tar.gz 114122 BLAKE2B 53170a5e8e81296ce0699a0394766de85509111ad7612e320a11b5e6e1c22a612336e79a2a8c879629524e561bbe43c90c7a43ed49cdca3556cf863f362336a7 SHA512 2be07acb3ad31046f076283f6266ca5c801978b83271d70c92c24fb5c2613c9f3c0f214387ab6f337df2df6aa378f13b6cdfc44b1d51dc10bd02579c9182c3f0
...@@ -5,19 +5,4 @@ ...@@ -5,19 +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 makes it possible to define and use Lenses, Traversals, Prisms
and other optics, using an abstract interface. See the main module &quot;Optics&quot;
for the documentation.
This is the &quot;batteries-included&quot; variant with many dependencies; see the
@&lt;https://hackage.haskell.org/package/optics-core optics-core&gt;@ package and
other @optics-*@ dependencies if you need a more limited dependency footprint.
Note: Hackage does not yet display documentation for reexported-modules,
but you can start from the &quot;Optics&quot; module documentation or see the module
list in @&lt;https://hackage.haskell.org/package/optics-core optics-core&gt;@.
</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 as an abstract interface"
HOMEPAGE="https://hackage.haskell.org/package/optics"
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.3.1:=[profile?]
>=dev-haskell/optics-extra-0.3:=[profile?] <dev-haskell/optics-extra-0.3.1:=[profile?]
>=dev-haskell/optics-th-0.3:=[profile?] <dev-haskell/optics-th-0.3.1:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
test? ( >=dev-haskell/indexed-profunctors-0.1 <dev-haskell/indexed-profunctors-0.2
>=dev-haskell/inspection-testing-0.4.1.1 <dev-haskell/inspection-testing-0.5
dev-haskell/quickcheck
dev-haskell/random
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
"
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