...@@ -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>
DIST czipwith-1.0.1.3.tar.gz 6393 BLAKE2B 5058a3fcac95e0c1d91c69f761d450de7cc7812815f0504278460182798081055308828fc7748b9d366be871b68438745119261451ac1f51ac51b1e593337909 SHA512 59733263743a8f9506514d6d703d68583fdd120cfee320a12a72bf56e7df5e24f51328ab51b044955c30c4af1df6d21c1bd93dd6c3542330b816b81d139d129e
# Copyright 1999-2016 Gentoo Foundation # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=7
# ebuild generated by hackport 0.5.1 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
DESCRIPTION="Pandoc-style document templates" DESCRIPTION="CZipWith class and deriving via TH"
HOMEPAGE="https://github.com/jgm/doctemplates#readme" HOMEPAGE="https://github.com/lspitzner/czipwith/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD" LICENSE="BSD"
...@@ -17,17 +17,8 @@ SLOT="0/${PV}" ...@@ -17,17 +17,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND="dev-haskell/aeson:=[profile?] RDEPEND=">=dev-lang/ghc-8.4.3:=
dev-haskell/blaze-html:=[profile?]
dev-haskell/blaze-markup:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/scientific:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/unordered-containers:=[profile?]
dev-haskell/vector:=[profile?]
>=dev-lang/ghc-7.8.2:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3 >=dev-haskell/cabal-2.2.0.1
test? ( dev-haskell/hspec )
" "
<?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>
</pkgmetadata>
DIST data-tree-print-0.1.0.2.tar.gz 3679 BLAKE2B 40f74fdfd02f8ee5fb3577072528062c6b886fccc15109d0800f7047150775af50be48f6a65d8490ff9115bbbc85babec7e3c43b293c5cb43f8b91187b13c7d9 SHA512 b2cbab62a00b78cb4b105502b75b06b3b39e23d57bf269b1fece7449041742176e49bafd4806d05001d21c1abc0dbc06c4dbd03dbe8801b4ced3311a37b29320
# 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="Print Data instances as a nested tree"
HOMEPAGE="https://github.com/lspitzner/data-tree-print"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/syb-0.6:=[profile?] <dev-haskell/syb-0.8:=[profile?]
>=dev-lang/ghc-7.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
"
src_prepare(){
default
cabal_chdeps 'base >=4.8 && <4.13' 'base >= 4.8'
}
<?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>
</pkgmetadata>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.5.9999 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -17,7 +17,9 @@ SLOT="0/${PV}" ...@@ -17,7 +17,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:= RDEPEND=">=dev-haskell/dependent-sum-0.4.1:=[profile?] <dev-haskell/dependent-sum-0.8:=[profile?]
>=dev-haskell/th-extras-0.0.0.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8 >=dev-haskell/cabal-1.8
......
...@@ -5,7 +5,4 @@ ...@@ -5,7 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
Template Haskell code to generate instances of classes in dependent-sum package, such as 'GEq' and 'GCompare'.
</longdescription>
</pkgmetadata> </pkgmetadata>
DIST deque-0.4.3.tar.gz 8565 BLAKE2B 6d755a98f9c9f1ab023b50630b0c4a892d813400d39a3c30b4d394ba649f4d3b21b1f2bba2f3161b6b577557f3fd108bd35f57892964c7486a6db67dac4b4106 SHA512 640e46766c443f1fac3819ace611f762f78613c457a0aeaed7cc439f0c9e41f5126d06dec7867bc3d2b0ddc3fc030dda3e30a3b01c79cce65142e884987f21cd
# 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 test-suite"
inherit haskell-cabal
DESCRIPTION="Double-ended queues"
HOMEPAGE="https://github.com/nikita-volkov/deque"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-2:=[profile?]
>=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-3:=[profile?]
>=dev-haskell/strict-list-0.1.5:=[profile?] <dev-haskell/strict-list-0.2:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
test? ( >=dev-haskell/quickcheck-2.8.1 <dev-haskell/quickcheck-3
>=dev-haskell/quickcheck-instances-0.3.11 <dev-haskell/quickcheck-instances-0.4
<dev-haskell/rerebase-2
>=dev-haskell/tasty-0.12 <dev-haskell/tasty-2
>=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11
>=dev-haskell/tasty-quickcheck-0.9 <dev-haskell/tasty-quickcheck-0.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>
</pkgmetadata>
DIST dhall-json-1.7.0.tar.gz 32982 BLAKE2B 2bcc1256e66d600b150641580b1098ec7331edb248ba7f643399c3780a556003277f813e854015af07ffd7954e116e077326d0474574eb00a5d13009d7009da0 SHA512 3f6c50b0d2e05f46b85c46d5ffec0434bee9e23fa698d6803787698855fce7143cfcc10d1413fa4fe67aec1163d8e51bccb343569fd7bd163be949f1c2b255e5 DIST dhall-json-1.7.4.tar.gz 33597 BLAKE2B 4bc225d4c5f6bd5295c09e3b5f3829426c42be6068b72993ac95a905b1c4198ebf543c8dacc1c24c6a1fbf795535694b10376addb48158022f13c8518bafbe54 SHA512 9cb2ed24d2ebdd5d43689e18a0402efe0c2dec82ef4979ebf17a51a01fc39568fe43638713fbc8bc9177b3c679584e2bd6c897c46bfdaa5108692cda296a9365
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.5.9999 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -17,32 +17,25 @@ SLOT="0/${PV}" ...@@ -17,32 +17,25 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-haskell/aeson-1.0.0.0:=[profile?] <dev-haskell/aeson-1.6:=[profile?] RDEPEND=">=dev-haskell/aeson-1.4.6.0:=[profile?] <dev-haskell/aeson-1.6:=[profile?]
>=dev-haskell/aeson-pretty-0.8.5:=[profile?] <dev-haskell/aeson-pretty-0.9:=[profile?] >=dev-haskell/aeson-pretty-0.8.5:=[profile?] <dev-haskell/aeson-pretty-0.9:=[profile?]
>=dev-haskell/aeson-yaml-1.0.6:=[profile?] <dev-haskell/aeson-yaml-1.2:=[profile?] >=dev-haskell/aeson-yaml-1.1.0:=[profile?] <dev-haskell/aeson-yaml-1.2:=[profile?]
>=dev-haskell/ansi-terminal-0.6.3.1:=[profile?] <dev-haskell/ansi-terminal-0.11:=[profile?] >=dev-haskell/ansi-terminal-0.6.3.1:=[profile?] <dev-haskell/ansi-terminal-0.12:=[profile?]
>=dev-haskell/dhall-1.33.0:=[profile?] <dev-haskell/dhall-1.34:=[profile?] >=dev-haskell/dhall-1.36.0:=[profile?] <dev-haskell/dhall-1.38:=[profile?]
>=dev-haskell/exceptions-0.8.3:=[profile?] <dev-haskell/exceptions-0.11:=[profile?] >=dev-haskell/exceptions-0.8.3:=[profile?] <dev-haskell/exceptions-0.11:=[profile?]
>=dev-haskell/optparse-applicative-0.14.0.0:=[profile?] <dev-haskell/optparse-applicative-0.16:=[profile?] >=dev-haskell/lens-family-core-1.0.0:=[profile?] <dev-haskell/lens-family-core-2.2:=[profile?]
>=dev-haskell/optparse-applicative-0.14.0.0:=[profile?] <dev-haskell/optparse-applicative-0.17:=[profile?]
>=dev-haskell/prettyprinter-1.5.1:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?] >=dev-haskell/prettyprinter-1.5.1:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?]
>=dev-haskell/prettyprinter-ansi-terminal-1.1.1:=[profile?] <dev-haskell/prettyprinter-ansi-terminal-1.2:=[profile?] >=dev-haskell/prettyprinter-ansi-terminal-1.1.1:=[profile?] <dev-haskell/prettyprinter-ansi-terminal-1.2:=[profile?]
>=dev-haskell/scientific-0.3.0.0:=[profile?] <dev-haskell/scientific-0.4:=[profile?] >=dev-haskell/scientific-0.3.0.0:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
>=dev-haskell/text-0.11.1.0:=[profile?] <dev-haskell/text-1.3:=[profile?] >=dev-haskell/text-0.11.1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
<dev-haskell/unordered-containers-0.3:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
dev-haskell/vector:=[profile?] dev-haskell/vector:=[profile?]
>=dev-lang/ghc-8.2.1:= >=dev-lang/ghc-8.4.3:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.0.0.2 >=dev-haskell/cabal-2.2.0.1
test? ( <dev-haskell/tasty-1.4 test? ( <dev-haskell/tasty-1.4
>=dev-haskell/tasty-hunit-0.2 >=dev-haskell/tasty-hunit-0.2
>=dev-haskell/tasty-silver-3.0 ) >=dev-haskell/tasty-silver-3.0 )
" "
src_prepare() {
default
cabal_chdeps \
'aeson-yaml >= 1.0.6 && < 1.1' 'aeson-yaml >= 1.0.6' \
'prettyprinter >= 1.5.1 && < 1.7' 'prettyprinter >= 1.5.1'
}
...@@ -5,19 +5,4 @@ ...@@ -5,19 +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>
Use this package if you want to convert between Dhall expressions and JSON
or YAML. You can use this package as a library or an executable:
* See the &quot;Dhall.JSON&quot; or &quot;Dhall.JSONToDhall&quot; modules if you want to use
this package as a library
* Use the @dhall-to-json@, @dhall-to-yaml@, or @json-to-dhall@ programs from
this package if you want an executable
The &quot;Dhall.JSON&quot; and &quot;Dhall.JSONToDhall&quot; modules also contains instructions
for how to use this package
</longdescription>
</pkgmetadata> </pkgmetadata>
DIST doctemplates-0.1.0.2.tar.gz 5924 BLAKE2B 80c20a0dd097770d2e6fda2f38435393c65b9fa91bc521a6c52e91a7ac11a637787aa740be1cfaa051fa077d8dc20cb8b7949b930317e426d203d60458865471 SHA512 043cc1ff32c7b1b9ac2d528d647c08769ec6ffbf3cbf080422b6f435737030ed4085735ab9c1974bbae87099a31614b66ae800fefab7120e9add5ab03815c430 DIST doctemplates-0.9.tar.gz 27366 BLAKE2B e4c88e3abce07f6fa94e51e63124a7a6f1fa054a1f70595fe81b058a5fd6c87a25085cc5373eb6ee191fcdabd34650d30f9ce6251bfedaa2e16961ce3b74a816 SHA512 3216fc7ef4e2a45230a2854c22c2a8622774bc834bbf59d34134912b3942df2a541230bd91324995e13e19098a0fa0bf7057c7d55ca35ec75da7840fddd61a37
DIST doctemplates-0.2.2.1.tar.gz 6139 BLAKE2B 5667ed03cec2605c131246625dcdffc06aed3d9237e09490509bfbe69a80483fb58bb248706076ac2c4fde2bf178b3695f14d93615bcd788ddbeca841088855e SHA512 e1ad0d61dc97a69febf55ad76ee05e6696b76b0df5ee925072e934b977d1ca4c8d9ce0bc9acb311ec1992ce783e86fcaec93a93fc47fecffbd0071f002013485
DIST doctemplates-0.8.2.tar.gz 26780 BLAKE2B 32554545d451a382a490dc6d64b9f8ff0465b1e345daec457196cebf61f0d6975fda8eebc0e7115089622c15e7a96cbe490ae78d63b7b06ebded9c9b79f82a3a SHA512 1e1dbb8f8a2980b342ef3b5c2c0fefa8d0bf220d5ca1332de3dbdf30ab3243fd6f4d12816fa25851498a26c25c5fba1bc2aa6f16eafca11c65bc125a203b90ad
DIST doctemplates-0.8.tar.gz 26396 BLAKE2B d08e591ba07859c2e3977b9646e272924cb8301cbd1ac08bbb38e2b13e79f17d4daeff2cae1abbc8b7cc0eea7aab16f1baae5533f3f31678b045958b4f9c0c19 SHA512 1e83c890c69980cf0ac814b0654427df548f98b47f483d766996b53f0035119ae284fdd33e7145607a199cf13a3a99a6572fb4ad7787217b6232bc96d763efcf
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Pandoc-style document templates"
HOMEPAGE="https://github.com/jgm/doctemplates#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/aeson:=[profile?]
dev-haskell/blaze-html:=[profile?]
dev-haskell/blaze-markup:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/scientific:=[profile?]
>=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/unordered-containers:=[profile?]
dev-haskell/vector:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( dev-haskell/hspec )
"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.4.9999 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -19,7 +19,7 @@ IUSE="" ...@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="dev-haskell/aeson:=[profile?] RDEPEND="dev-haskell/aeson:=[profile?]
>=dev-haskell/doclayout-0.3:=[profile?] <dev-haskell/doclayout-0.4:=[profile?] >=dev-haskell/doclayout-0.3:=[profile?] <dev-haskell/doclayout-0.4:=[profile?]
dev-haskell/hsyaml:=[profile?] >=dev-haskell/hsyaml-0.2:=[profile?] <dev-haskell/hsyaml-0.3:=[profile?]
dev-haskell/mtl:=[profile?] dev-haskell/mtl:=[profile?]
dev-haskell/parsec:=[profile?] dev-haskell/parsec:=[profile?]
dev-haskell/safe:=[profile?] dev-haskell/safe:=[profile?]
......
...@@ -5,7 +5,4 @@ ...@@ -5,7 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
Please see README.md
</longdescription>
</pkgmetadata> </pkgmetadata>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.4 # ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal inherit haskell-cabal
...@@ -23,6 +23,8 @@ RDEPEND=">=dev-lang/ghc-8.0.1:= ...@@ -23,6 +23,8 @@ RDEPEND=">=dev-lang/ghc-8.0.1:=
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0 >=dev-haskell/cabal-1.24.0.0
test? ( dev-haskell/doctest
dev-haskell/glob )
" "
src_prepare() { src_prepare() {
......