dev-haskell/toml-parser: new package, add 1.3.0.0

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:05:07 -06:00 committed by Sam James
parent 06c5145be4
commit f877be5d88
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST toml-parser-1.3.0.0.tar.gz 39211 BLAKE2B cb5a1504ddd9ec96039b00da5424b8cd2467336f7d9d9c1874633a8b3bf2a0c87d919d5ab7d6f45284dc4dce3ce98bc1e8b202ae1f8a7afc3df1e54ef2aff398 SHA512 95bed0702a8d00289063782a4387e43a1bbc4096a89311281451a4d88813040869740e8d57fb7de3c317256a7cdd7a53cd75b11dc96d599a7242ab0d14cecce8

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">toml-parser</remote-id>
<remote-id type="github">glguy/toml-parser</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite
inherit haskell-cabal
DESCRIPTION="TOML 1.0.0 parser"
HOMEPAGE="https://hackage.haskell.org/package/toml-parser"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RESTRICT=test # build log: 'ghc: could not execute: markdown-unlit'
RDEPEND=">=dev-haskell/prettyprinter-1.7:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?]
>=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-3:=[profile?]
>=dev-lang/ghc-8.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/alex-3.2
>=dev-haskell/cabal-3.2.0.0
>=dev-haskell/happy-1.19
"
# test? ( || ( ( >=dev-haskell/hspec-2.10 <dev-haskell/hspec-2.11 )
# ( >=dev-haskell/hspec-2.11 <dev-haskell/hspec-2.12 ) ) )
#"