Unverified Commit 2c5bc3b7 authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-haskell/dhall-json: bump up to 1.7.4



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent 4d3dc915
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>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment