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/http-types/Manifest
Normal file
3
dev-haskell/http-types/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST http-types-0.12.2.tar.gz 13552 BLAKE2B e89b021eaea7077cbc89c3af688a5443977d2acaf035b8efd905067e62a5b06bdddd3d2fa7073ad4a3c64489a03e4e6fdacab0fc2593f75adf9d4334eb2d2063 SHA512 aa77f93a989f89a32de335fb95cbbf7df126005f7daaed002811c60f6669f6ab0c10fdf1dfb747f00d07102ed31e23dbb1c590a47b7366f24967e038e7da8859
|
||||
EBUILD http-types-0.12.2.ebuild 845 BLAKE2B d3306b888e98a95af1c8725082c15035611dde92f4865d48bc3a7f4813a29e77e43a60fe20c55ba09aaa9abff00f91277c93087762731c0495b6db0dec9c24ec SHA512 8b39d17b14d3c4cbd90e43f5374f0697b282b9312eac9669a044c8db5ac4f974f7530cc2f9d613bb75b974f3d07996add3dcc6f22ee4b8ffc7caf20b019429ec
|
||||
MISC metadata.xml 356 BLAKE2B 1faf5517311afe43ea1d1d07503033d456d3d02d998a8ff6183aab20b2559ba4a583754d1ead7e2b8cc2c9362597154f80aaf579ec5269b476c1b0af9b33a731 SHA512 c0e8fc12d37d409c52023c2d2846548fa084046f594aed768bedacffa6fa2ec05daa54523feb0cf171715e568642d5b527cc4894a8bc188d8c09aa535b126fdd
|
||||
30
dev-haskell/http-types/http-types-0.12.2.ebuild
Normal file
30
dev-haskell/http-types/http-types-0.12.2.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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="Generic HTTP types for Haskell (for both client and server code)"
|
||||
HOMEPAGE="https://github.com/aristidb/http-types"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
|
||||
>=dev-haskell/text-0.11.0.2:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( >=dev-haskell/doctest-0.9.3
|
||||
>=dev-haskell/hspec-1.3
|
||||
dev-haskell/quickcheck
|
||||
dev-haskell/quickcheck-instances )
|
||||
"
|
||||
11
dev-haskell/http-types/metadata.xml
Normal file
11
dev-haskell/http-types/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
Generic HTTP types for Haskell (for both client and server code).
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue