app-text/pandoc: huge version bump
This commit is contained in:
parent
36c01efcfe
commit
72b537171f
131 changed files with 2697 additions and 0 deletions
3
dev-haskell/aeson/Manifest
Normal file
3
dev-haskell/aeson/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST aeson-1.4.1.0.tar.gz 264645 BLAKE2B 6dce519533e3168db569d16db6d12bc19c6776f5d2588bfe5ad6e25930415e1e16581751c02c4b80a4db1f341bbfce44ea07ecc131f5bc242a63e39973d433d3 SHA512 b2e6451579b56fafb78a1e1667430979da124817429f50b0549858d7a4957a25a26eb722364ef0bdb99d914eb9bb2afa2e0d33f51744910b179a58be26c81dd7
|
||||
EBUILD aeson-1.4.1.0.ebuild 2507 BLAKE2B 2613eeb5706c5e119116dc196e1463f1172188940632dc11a399139e32192d19eab2acc2fbd063bd9b333e3bdebd9c7985fbc77b498846df9f6025f36599fc1b SHA512 9b7bc2105eb09ab8dcbe7493ee6b38882d56c90733f9da88358584fee35f693272dbe2ac520ed1733cf6a1eef28006d56f28a27f4953d30915704412fb6e1b48
|
||||
MISC metadata.xml 532 BLAKE2B 79e09cbf3b8613bc5a6db3ba160b60b6984248530dc7d82b8dbdbce0f492a3e79d90832e5a6352945c698a6d4a2a7d3268ecb34f9e1842120e57e1bdf2b98f78 SHA512 c1fb690b8035c339d6239fcd441699505114c2c1fcf776d9daf7004b39448f08613068f3269ca6a146ceb83e0ef4cfa9beb9f47d3d4e02bf1376f6edc28aa889
|
||||
60
dev-haskell/aeson/aeson-1.4.1.0.ebuild
Normal file
60
dev-haskell/aeson/aeson-1.4.1.0.ebuild
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.6
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Fast JSON parsing and encoding"
|
||||
HOMEPAGE="https://github.com/bos/aeson"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="cffi developer fast"
|
||||
|
||||
RDEPEND=">=dev-haskell/attoparsec-0.13.0.1:=[profile?]
|
||||
>=dev-haskell/base-compat-0.9.1:=[profile?] <dev-haskell/base-compat-0.11:=[profile?]
|
||||
>=dev-haskell/dlist-0.6:=[profile?]
|
||||
>=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
|
||||
>=dev-haskell/hashable-1.1.2.0:=[profile?]
|
||||
>=dev-haskell/nats-1:=[profile?] <dev-haskell/nats-1.2:=[profile?]
|
||||
>=dev-haskell/primitive-0.6.2.0:=[profile?] <dev-haskell/primitive-0.7:=[profile?]
|
||||
>=dev-haskell/scientific-0.3.4.7:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
|
||||
>=dev-haskell/semigroups-0.18.2:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
|
||||
>=dev-haskell/tagged-0.8.3:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
|
||||
>=dev-haskell/text-1.2.3:=[profile?]
|
||||
>=dev-haskell/th-abstraction-0.2.2:=[profile?] <dev-haskell/th-abstraction-0.3:=[profile?]
|
||||
>=dev-haskell/time-locale-compat-0.1.1:=[profile?] <dev-haskell/time-locale-compat-0.2:=[profile?]
|
||||
>=dev-haskell/transformers-compat-0.3:=[profile?]
|
||||
>=dev-haskell/unordered-containers-0.2.5.0:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
|
||||
>=dev-haskell/uuid-types-1.0.3:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?]
|
||||
>=dev-haskell/vector-0.8:=[profile?]
|
||||
>=dev-haskell/void-0.7.2:=[profile?] <dev-haskell/void-0.8:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( >=dev-haskell/base-orphans-0.5.3 <dev-haskell/base-orphans-0.8
|
||||
dev-haskell/base16-bytestring
|
||||
>=dev-haskell/generic-deriving-1.10 <dev-haskell/generic-deriving-1.13
|
||||
>=dev-haskell/hashable-1.2.4.0
|
||||
>=dev-haskell/hashable-time-0.2 <dev-haskell/hashable-time-0.3
|
||||
>=dev-haskell/integer-logarithms-1 <dev-haskell/integer-logarithms-1.1
|
||||
>=dev-haskell/quickcheck-2.10.0.1 <dev-haskell/quickcheck-2.12
|
||||
>=dev-haskell/quickcheck-instances-0.3.16
|
||||
dev-haskell/tasty
|
||||
dev-haskell/tasty-hunit
|
||||
dev-haskell/tasty-quickcheck )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag cffi cffi) \
|
||||
$(cabal_flag developer developer) \
|
||||
$(cabal_flag fast fast)
|
||||
}
|
||||
17
dev-haskell/aeson/metadata.xml
Normal file
17
dev-haskell/aeson/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>haskell@gentoo.org</email>
|
||||
<name>Gentoo Haskell</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
A JSON parsing and encoding library optimized for ease of use
|
||||
and high performance.
|
||||
|
||||
To get started, see the documentation for the @Data.Aeson@ module
|
||||
below.
|
||||
|
||||
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue