diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:29:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:36:37 +0000 |
commit | b4148926c4037f97a9a748d28ccd3efff9485009 (patch) | |
tree | 1a2e8b99d0333ad6ba27065a398f2732dd16f6c1 /dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild | |
parent | dev-haskell/commonmark-extensions: new package, a depend of pandoc-2.11 (diff) | |
download | gentoo-b4148926c4037f97a9a748d28ccd3efff9485009.tar.gz gentoo-b4148926c4037f97a9a748d28ccd3efff9485009.tar.bz2 gentoo-b4148926c4037f97a9a748d28ccd3efff9485009.zip |
dev-haskell/commonmark-pandoc: new package, a depend of pandoc-2.11
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild')
-rw-r--r-- | dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild b/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild new file mode 100644 index 000000000000..3fc16f6d2a8f --- /dev/null +++ b/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 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 +" |