# 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="like mtl's ReaderT / WriterT / StateT, but more than one contained value/type"
HOMEPAGE="https://github.com/lspitzner/multistate"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="build-example"
RDEPEND=">=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
>=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
<dev-haskell/transformers-base-0.5:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-2.8 )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag build-example build-example)
}
DIST optics-core-0.2.tar.gz 418484 BLAKE2B d75ebd9309fb3f2e80bb964281a87c047b7420e56713980fdb716edd7291cffe7676f54f34e16eb445cc88703fb190596d3403262c48c719e486149abd2784cc SHA512 b67544072c317b9a3106c1fc1fec966de658b0d7394e951c091b067cae3522f0851913a1f280c5b495abcafd4a5ef84e6e823c2e9ebe891a3993e2eb8ab133e7 DIST optics-core-0.3.0.1.tar.gz 427726 BLAKE2B effc74fad5f918aa22840512698e582ea93751a09f04cae07be6ff4daf5a9aeccb58f610806154428853d3cf164684b18206d501a655e884c0c445da6fd43504 SHA512 b566d57dc00d221b155434efa4c4a99535630932c6f9d6513d6d72cc01f862af4347a0662d9ecbffdb7bfddeee6bd45dae4462faf7a6b30531ac2138b0f7ff8d
...@@ -5,14 +5,4 @@ ...@@ -5,14 +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.
This variant provides core definitions with a minimal dependency footprint.
See the @&lt;https://hackage.haskell.org/package/optics optics&gt;@ package (and its
dependencies) for documentation and the &quot;batteries-included&quot; variant.
</longdescription>
</pkgmetadata> </pkgmetadata>
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.1 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour" CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal inherit haskell-cabal
......
DIST optics-extra-0.2.tar.gz 22759 BLAKE2B c9f0713ace7ee64eceae445e01958df494b6be56f6d1549db03fe94c5fdb6f785b306a1cd37eca4a503a179fda477ce6d39e7c610f3822cf68a4ab0d5178a801 SHA512 1c111ad2681c2c8bb8259cf8e5fd3931dd33c2bbcd0d76293a29d053e6c5cdd39a98c593c6f0a6d49224b4f8397c3cd0ee5a54662ddebcbfbb153bd6ca99e31e DIST optics-extra-0.3.tar.gz 22858 BLAKE2B 4e78734dfb92617c9c2f73a467de5ee00ed07a8da40702a0909dc66418d4fda3ee45f705db27143177d7352c7351b42d5a88e1fadbe2540e0ede8cd67a1beebc SHA512 c0999a14cdcb019c6e65127d22d921f36cdb28dc72dfa38d87848c8eabb7cec486d38613c8f20a9b3b99a4fc6e471bddb354b06cb036bef4b410cde79b959db0
...@@ -5,13 +5,4 @@ ...@@ -5,13 +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 provides extra definitions and instances that extend the
@&lt;https://hackage.haskell.org/package/optics-core optics-core&gt;@ package,
without incurring too many dependencies. See the
@&lt;https://hackage.haskell.org/package/optics optics&gt;@ package for more
documentation.
</longdescription>
</pkgmetadata> </pkgmetadata>
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.1 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour" CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal inherit haskell-cabal
...@@ -20,7 +20,7 @@ IUSE="" ...@@ -20,7 +20,7 @@ IUSE=""
RDEPEND=">=dev-haskell/hashable-1.1.1:=[profile?] <dev-haskell/hashable-1.4:=[profile?] RDEPEND=">=dev-haskell/hashable-1.1.1:=[profile?] <dev-haskell/hashable-1.4:=[profile?]
>=dev-haskell/indexed-profunctors-0.1:=[profile?] <dev-haskell/indexed-profunctors-0.2:=[profile?] >=dev-haskell/indexed-profunctors-0.1:=[profile?] <dev-haskell/indexed-profunctors-0.2:=[profile?]
>=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] >=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/optics-core-0.2:=[profile?] <dev-haskell/optics-core-0.2.1:=[profile?] >=dev-haskell/optics-core-0.3:=[profile?] <dev-haskell/optics-core-0.3.1:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?] >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-haskell/unordered-containers-0.2.6:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] >=dev-haskell/unordered-containers-0.2.6:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
>=dev-haskell/vector-0.11:=[profile?] <dev-haskell/vector-0.13:=[profile?] >=dev-haskell/vector-0.11:=[profile?] <dev-haskell/vector-0.13:=[profile?]
......
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-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.1 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -18,10 +18,11 @@ KEYWORDS="~amd64 ~x86" ...@@ -18,10 +18,11 @@ KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] RDEPEND=">=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/optics-core-0.2:=[profile?] <dev-haskell/optics-core-0.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.4:=[profile?] >=dev-haskell/th-abstraction-0.2.1:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?]
>=dev-lang/ghc-8.0.1:= >=dev-lang/ghc-8.0.1:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0 >=dev-haskell/cabal-1.24.0.0
test? ( dev-haskell/tagged )
" "
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-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.1 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -18,16 +18,18 @@ KEYWORDS="~amd64 ~x86" ...@@ -18,16 +18,18 @@ KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] RDEPEND=">=dev-haskell/mtl-2.2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/optics-core-0.2:=[profile?] <dev-haskell/optics-core-0.2.1:=[profile?] >=dev-haskell/optics-core-0.3:=[profile?] <dev-haskell/optics-core-0.3.1:=[profile?]
>=dev-haskell/optics-extra-0.2:=[profile?] <dev-haskell/optics-extra-0.2.1:=[profile?] >=dev-haskell/optics-extra-0.3:=[profile?] <dev-haskell/optics-extra-0.3.1:=[profile?]
>=dev-haskell/optics-th-0.2:=[profile?] <dev-haskell/optics-th-0.2.1:=[profile?] >=dev-haskell/optics-th-0.3:=[profile?] <dev-haskell/optics-th-0.3.1:=[profile?]
>=dev-lang/ghc-8.0.1:= >=dev-lang/ghc-8.0.1:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0 >=dev-haskell/cabal-1.24.0.0
test? ( >=dev-haskell/indexed-profunctors-0.1 <dev-haskell/indexed-profunctors-0.2 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/inspection-testing-0.4.1.1 <dev-haskell/inspection-testing-0.5
dev-haskell/quickcheck
dev-haskell/random dev-haskell/random
dev-haskell/tasty dev-haskell/tasty
dev-haskell/tasty-hunit ) dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
" "
DIST pandoc-crossref-0.3.6.2.tar.gz 53270 BLAKE2B 710a5027ede4e5261e277fc709cdaf9a3e9c892dbcfb0eacce8d2a05bec48db483c96e29b1150f3d05facbbe574a1e9695d257cf97aa5050791cd543161d17b5 SHA512 b00c40239f6d19e18d6cc979559e92ff94ccf6b391d84025df918993606aec8723ce33a29dee3485804624123ed7f55cc06e41cc146eae21c30c9e511c455569 DIST pandoc-crossref-0.3.9.0.tar.gz 57111 BLAKE2B 7cefc15f4bfadafceac646f60830fdda53c1e3f477fb99598f3b54a646265b0eec9fd66ead42b9509b7f0c2438932a9933bafb583bf18416f135f367169f4f5a SHA512 86890a7a5ee8fccb570dca648651bfd0ec53e9d195b6c1d3e989417aea9384c6fe76103ee42476b26b7674afcefb4acdad288c7b5e42792ce597507979f9e52a
DIST pandoc-crossref-0.3.7.0.tar.gz 54378 BLAKE2B d33a43d83ee558fb3dc76b723ed98594afa657ce1e7ec992761449290e0279db0b4550d077183d65d8c756b249c51027d1b7e77a2d35a997530e0093beb9142a SHA512 7ba761eaff242be35ac190c083b51d33a443fa316ad6ef0a732f35a697c5eb8ee08a43b927d2f067a3ee5ea02fd6233390adf6b18257bfa28a91a82ae389c768
...@@ -5,9 +5,4 @@ ...@@ -5,9 +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>
pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.
</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.4.9999
#hackport: flags: -enable_flaky_tests
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Pandoc filter for cross-references"
HOMEPAGE="https://github.com/lierdakil/pandoc-crossref#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-text/pandoc-2.9:=[profile?] <app-text/pandoc-2.10:=[profile?]
>=dev-haskell/data-accessor-0.2.2.6:=[profile?] <dev-haskell/data-accessor-0.3.0.0:=[profile?]
>=dev-haskell/data-accessor-template-0.2.1.12:=[profile?] <dev-haskell/data-accessor-template-0.3.0.0:=[profile?]
>=dev-haskell/data-accessor-transformers-0.2.1.6:=[profile?] <dev-haskell/data-accessor-transformers-0.3.0.0:=[profile?]
>=dev-haskell/data-default-0.4:=[profile?] <dev-haskell/data-default-0.8:=[profile?]
>=dev-haskell/gitrev-1.3.1:=[profile?] <dev-haskell/gitrev-1.4:=[profile?]
>=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/open-browser-0.2:=[profile?] <dev-haskell/open-browser-0.3:=[profile?]
>=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.16:=[profile?]
>=dev-haskell/pandoc-types-1.20:=[profile?] <dev-haskell/pandoc-types-1.21:=[profile?]
>=dev-haskell/roman-numerals-0.5:=[profile?] <dev-haskell/roman-numerals-0.6:=[profile?]
>=dev-haskell/syb-0.4:=[profile?] <dev-haskell/syb-0.8:=[profile?]
>=dev-haskell/temporary-1.2:=[profile?] <dev-haskell/temporary-1.4:=[profile?]
>=dev-haskell/text-1.2.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-haskell/utility-ht-0.0.11:=[profile?] <dev-haskell/utility-ht-0.1.0:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( >=dev-haskell/hspec-2.4.4 <dev-haskell/hspec-3 )
"
src_configure() {
haskell-cabal_src_configure \
--flag=-enable_flaky_tests
}
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.6.9999 # ebuild generated by hackport 0.6.7.9999
#hackport: flags: -enable_flaky_tests #hackport: flags: -enable_flaky_tests
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
...@@ -18,7 +18,7 @@ SLOT="0/${PV}" ...@@ -18,7 +18,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=app-text/pandoc-2.10:=[profile?] <app-text/pandoc-2.11:=[profile?] RDEPEND=">=app-text/pandoc-2.10:=[profile?] <app-text/pandoc-2.12:=[profile?]
>=dev-haskell/data-accessor-0.2.2.6:=[profile?] <dev-haskell/data-accessor-0.3.0.0:=[profile?] >=dev-haskell/data-accessor-0.2.2.6:=[profile?] <dev-haskell/data-accessor-0.3.0.0:=[profile?]
>=dev-haskell/data-accessor-template-0.2.1.12:=[profile?] <dev-haskell/data-accessor-template-0.3.0.0:=[profile?] >=dev-haskell/data-accessor-template-0.2.1.12:=[profile?] <dev-haskell/data-accessor-template-0.3.0.0:=[profile?]
>=dev-haskell/data-accessor-transformers-0.2.1.6:=[profile?] <dev-haskell/data-accessor-transformers-0.3.0.0:=[profile?] >=dev-haskell/data-accessor-transformers-0.2.1.6:=[profile?] <dev-haskell/data-accessor-transformers-0.3.0.0:=[profile?]
...@@ -26,8 +26,8 @@ RDEPEND=">=app-text/pandoc-2.10:=[profile?] <app-text/pandoc-2.11:=[profile?] ...@@ -26,8 +26,8 @@ RDEPEND=">=app-text/pandoc-2.10:=[profile?] <app-text/pandoc-2.11:=[profile?]
>=dev-haskell/gitrev-1.3.1:=[profile?] <dev-haskell/gitrev-1.4:=[profile?] >=dev-haskell/gitrev-1.3.1:=[profile?] <dev-haskell/gitrev-1.4:=[profile?]
>=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] >=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/open-browser-0.2:=[profile?] <dev-haskell/open-browser-0.3:=[profile?] >=dev-haskell/open-browser-0.2:=[profile?] <dev-haskell/open-browser-0.3:=[profile?]
>=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.16:=[profile?] >=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.17:=[profile?]
>=dev-haskell/pandoc-types-1.21:=[profile?] <dev-haskell/pandoc-types-1.22:=[profile?] >=dev-haskell/pandoc-types-1.21:=[profile?] <dev-haskell/pandoc-types-1.23:=[profile?]
>=dev-haskell/roman-numerals-0.5:=[profile?] <dev-haskell/roman-numerals-0.6:=[profile?] >=dev-haskell/roman-numerals-0.5:=[profile?] <dev-haskell/roman-numerals-0.6:=[profile?]
>=dev-haskell/syb-0.4:=[profile?] <dev-haskell/syb-0.8:=[profile?] >=dev-haskell/syb-0.4:=[profile?] <dev-haskell/syb-0.8:=[profile?]
>=dev-haskell/temporary-1.2:=[profile?] <dev-haskell/temporary-1.4:=[profile?] >=dev-haskell/temporary-1.2:=[profile?] <dev-haskell/temporary-1.4:=[profile?]
......
DIST pandoc-types-1.17.6.tar.gz 26338 BLAKE2B 0876cfc51c145a14d97132debc8d695ece49abe7ca7a431b0b5e00101caf3700e658a2043a190f2d1ea432644b2afc32d620b6becfdbf47471ef7fa8d45727bd SHA512 e6aa1e41d1f8b47fef7190733889cebf87b338cdbf6b6f7e9ad6d8d3bc96de05b886e85175d7cba63654518529163c430fc5fd76b0e2f26e1c2f66d089149e36 DIST pandoc-types-1.17.6.tar.gz 26338 BLAKE2B 0876cfc51c145a14d97132debc8d695ece49abe7ca7a431b0b5e00101caf3700e658a2043a190f2d1ea432644b2afc32d620b6becfdbf47471ef7fa8d45727bd SHA512 e6aa1e41d1f8b47fef7190733889cebf87b338cdbf6b6f7e9ad6d8d3bc96de05b886e85175d7cba63654518529163c430fc5fd76b0e2f26e1c2f66d089149e36
DIST pandoc-types-1.20.tar.gz 29505 BLAKE2B f455cc8462b20e86403cba1de836545100402db34b23f8be0d8907fa9d5596fe515f522c513f0cef3c67e7f8d3bb5bd3409f7bf5f1216f9b9f234c44552650fd SHA512 36c658093237246a344dc65bf9e214b250ea1a0aecf9931d80299f44ee152553c4326948bfae8e0f3e5aaabe93bc7a9aca0c79383e48b0f9d2696383df2b40ee DIST pandoc-types-1.20.tar.gz 29505 BLAKE2B f455cc8462b20e86403cba1de836545100402db34b23f8be0d8907fa9d5596fe515f522c513f0cef3c67e7f8d3bb5bd3409f7bf5f1216f9b9f234c44552650fd SHA512 36c658093237246a344dc65bf9e214b250ea1a0aecf9931d80299f44ee152553c4326948bfae8e0f3e5aaabe93bc7a9aca0c79383e48b0f9d2696383df2b40ee
DIST pandoc-types-1.21.tar.gz 35626 BLAKE2B 9f34064a266aa859c2c556ed5b298db14e0eeeb6bf3991f6636974a88d871e6fc5241ccc35c7906b7563b7187d2bb2df9924cc8350b27a9f1b7d31d86a7f2b52 SHA512 ef4abb85b817d250edb87b6062b3d3e65f27f3505af617d5fb864c334df37aef85030b778f2d2e5dab51571b89935828c5ae6d2ecf45d0233f2b8c38d0cf1145 DIST pandoc-types-1.21.tar.gz 35626 BLAKE2B 9f34064a266aa859c2c556ed5b298db14e0eeeb6bf3991f6636974a88d871e6fc5241ccc35c7906b7563b7187d2bb2df9924cc8350b27a9f1b7d31d86a7f2b52 SHA512 ef4abb85b817d250edb87b6062b3d3e65f27f3505af617d5fb864c334df37aef85030b778f2d2e5dab51571b89935828c5ae6d2ecf45d0233f2b8c38d0cf1145
DIST pandoc-types-1.22.tar.gz 34702 BLAKE2B 17c4a33c1d9c5afed2eae2dfc805273c949bfea583c705c469560c0cb58d8b0d31a29afd698062493e8452d9d63c717ef3c26f75afe640dec98b924f083a3e93 SHA512 b5f7c15b31c5ee6faa4d7574baa32d252b1e79350840f2d7ac3f3896b969e18241e514fb06e85aa97d7a74c0904839d04a4d8e5d4ff86d0a2b80957b99279ee0
...@@ -5,28 +5,4 @@ ...@@ -5,28 +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>
@Text.Pandoc.Definition@ defines the &#39;Pandoc&#39; data
structure, which is used by pandoc to represent
structured documents. This module used to live
in the pandoc package, but starting with pandoc 1.7, it
has been split off, so that other packages can use it
without drawing in all of pandoc&#39;s dependencies, and
pandoc itself can depend on packages (like citeproc-hs)
that use them.
@Text.Pandoc.Builder@ provides functions for building
up @Pandoc@ structures programmatically.
@Text.Pandoc.Generic@ provides generic functions for
manipulating Pandoc documents.
@Text.Pandoc.Walk@ provides faster, nongeneric functions
for manipulating Pandoc documents.
@Text.Pandoc.JSON@ provides functions for serializing
and deserializing a @Pandoc@ structure to and from JSON.
</longdescription>
</pkgmetadata> </pkgmetadata>
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.5.5.9999 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
DESCRIPTION="Pandoc-style document templates" DESCRIPTION="Types for representing a structured document"
HOMEPAGE="https://github.com/jgm/doctemplates#readme" HOMEPAGE="https://pandoc.org/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD" LICENSE="BSD"
...@@ -17,21 +17,18 @@ SLOT="0/${PV}" ...@@ -17,21 +17,18 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND="dev-haskell/aeson:=[profile?] RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] <dev-haskell/aeson-1.6:=[profile?]
>=dev-haskell/doclayout-0.2:=[profile?] <dev-haskell/doclayout-0.3:=[profile?] >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[profile?]
dev-haskell/hsyaml:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/safe:=[profile?]
dev-haskell/scientific:=[profile?]
>=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?] >=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
>=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.8:=[profile?]
dev-haskell/text:=[profile?] dev-haskell/text:=[profile?]
dev-haskell/text-conversions:=[profile?] >=dev-lang/ghc-7.10.1:=
dev-haskell/unordered-containers:=[profile?]
dev-haskell/vector:=[profile?]
>=dev-lang/ghc-7.8.2:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3 >=dev-haskell/cabal-2.2
test? ( dev-haskell/hspec ) test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
>=dev-haskell/string-qq-0.0.2 <dev-haskell/string-qq-0.1
>=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4
>=dev-haskell/test-framework-quickcheck2-0.2.9 <dev-haskell/test-framework-quickcheck2-0.4 )
" "