Unverified Commit c3a107cb authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-haskell/commonmark-pandoc: bump up to 0.2.0.1



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent 9f8d091b
DIST commonmark-pandoc-0.2.0.0.tar.gz 4760 BLAKE2B f59b6e5ff3ca2d14f3d604372779536ee475a8fe9292413f09687ca1a2df2da2c7da744b1f412fd7b0177e99412c52bc962938e7f87b378d9bf71cb28ff7c025 SHA512 c670cb8de8161ddb461992429e271b33004bd4a224d039806b36b0315c5eb06c5e88e3712a0267852a8adcc1a32ef960a9ee04d1ffe65980c7b69b035a10e9ce DIST commonmark-pandoc-0.2.0.0.tar.gz 4760 BLAKE2B f59b6e5ff3ca2d14f3d604372779536ee475a8fe9292413f09687ca1a2df2da2c7da744b1f412fd7b0177e99412c52bc962938e7f87b378d9bf71cb28ff7c025 SHA512 c670cb8de8161ddb461992429e271b33004bd4a224d039806b36b0315c5eb06c5e88e3712a0267852a8adcc1a32ef960a9ee04d1ffe65980c7b69b035a10e9ce
DIST commonmark-pandoc-0.2.0.1.tar.gz 4754 BLAKE2B 4611196ab63844bd1c40c9e673c43cfd8c44997ba31511b45bcb9a9b21109cd9c1fad98dbf99de2bbd203b39d93d841604afdf4acd0cadecc45ab2230d952f1a SHA512 5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d
# 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"
inherit haskell-cabal
DESCRIPTION="Bridge between commonmark and pandoc AST"
HOMEPAGE="https://github.com/jgm/commonmark-hs"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/commonmark-0.1:=[profile?] <dev-haskell/commonmark-0.2:=[profile?]
>=dev-haskell/commonmark-extensions-0.2:=[profile?] <dev-haskell/commonmark-extensions-0.3:=[profile?]
>=dev-haskell/pandoc-types-1.21:=[profile?] <dev-haskell/pandoc-types-1.23:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
"
...@@ -5,10 +5,4 @@ ...@@ -5,10 +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 library provides typeclasses for rendering
commonmark to Pandoc types.
</longdescription>
</pkgmetadata> </pkgmetadata>
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