diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:25:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:36:35 +0000 |
commit | 6ef269e573bf8f3383e16006d62d1e1244d0bb70 (patch) | |
tree | 20679c0457ebf0736c6cce953732918509214446 /dev-haskell | |
parent | www-apps/gitit: allow pandoc-2.11 (diff) | |
download | gentoo-6ef269e573bf8f3383e16006d62d1e1244d0bb70.tar.gz gentoo-6ef269e573bf8f3383e16006d62d1e1244d0bb70.tar.bz2 gentoo-6ef269e573bf8f3383e16006d62d1e1244d0bb70.zip |
dev-haskell/pandoc-types: bump up to 1.22
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/pandoc-types/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/pandoc-types/pandoc-types-1.22.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/pandoc-types/Manifest b/dev-haskell/pandoc-types/Manifest index 182e4db1144a..dbe4fc293c3b 100644 --- a/dev-haskell/pandoc-types/Manifest +++ b/dev-haskell/pandoc-types/Manifest @@ -1 +1,2 @@ DIST pandoc-types-1.20.tar.gz 29505 BLAKE2B f455cc8462b20e86403cba1de836545100402db34b23f8be0d8907fa9d5596fe515f522c513f0cef3c67e7f8d3bb5bd3409f7bf5f1216f9b9f234c44552650fd SHA512 36c658093237246a344dc65bf9e214b250ea1a0aecf9931d80299f44ee152553c4326948bfae8e0f3e5aaabe93bc7a9aca0c79383e48b0f9d2696383df2b40ee +DIST pandoc-types-1.22.tar.gz 34702 BLAKE2B 17c4a33c1d9c5afed2eae2dfc805273c949bfea583c705c469560c0cb58d8b0d31a29afd698062493e8452d9d63c717ef3c26f75afe640dec98b924f083a3e93 SHA512 b5f7c15b31c5ee6faa4d7574baa32d252b1e79350840f2d7ac3f3896b969e18241e514fb06e85aa97d7a74c0904839d04a4d8e5d4ff86d0a2b80957b99279ee0 diff --git a/dev-haskell/pandoc-types/pandoc-types-1.22.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.22.ebuild new file mode 100644 index 000000000000..79aa10c82703 --- /dev/null +++ b/dev-haskell/pandoc-types/pandoc-types-1.22.ebuild @@ -0,0 +1,34 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Types for representing a structured document" +HOMEPAGE="https://pandoc.org/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] <dev-haskell/aeson-1.6:=[profile?] + >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[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-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2 + 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 ) +" |