diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:11:01 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:27 +0100 |
commit | 14fb6f0d234984e3eda28434ea73b801ac4ada47 (patch) | |
tree | 2ad2484b2e44373a4501d0b15e0b1c9dbe714f1c /dev-haskell | |
parent | dev-haskell/witherable: Hackage revision bump (diff) | |
download | gentoo-14fb6f0d234984e3eda28434ea73b801ac4ada47.tar.gz gentoo-14fb6f0d234984e3eda28434ea73b801ac4ada47.tar.bz2 gentoo-14fb6f0d234984e3eda28434ea73b801ac4ada47.zip |
dev-haskell/wl-pprint-annotated: Hackage revision bump
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
4 files changed, 34 insertions, 28 deletions
diff --git a/dev-haskell/wl-pprint-annotated/Manifest b/dev-haskell/wl-pprint-annotated/Manifest index edd0c46ff4ac..cdc3c9d43ff2 100644 --- a/dev-haskell/wl-pprint-annotated/Manifest +++ b/dev-haskell/wl-pprint-annotated/Manifest @@ -1 +1,2 @@ +DIST wl-pprint-annotated-0.1.0.1-rev1.cabal 2296 BLAKE2B 1b239089245dbc936763b0dcdc2f4afe1c90e7d8d3f80a823e1868ad6e4ea988395f20de015e55cc7db642f34f58ec4446bf4b8a697eeeb22c3a0efe8be2cf36 SHA512 0f79b2c436ddbf8deeb6aae9fe65d08b11030be1435df81cee292e1ec6cdda9d05461a9000984f1f7e89b9338aaa399e43687eeee8904602f4e4718013eb9a6e DIST wl-pprint-annotated-0.1.0.1.tar.gz 15458 BLAKE2B 8699ca505a0c72790d70890ec290bbb602d259015554a6260d52445574d8e0f86c9d4e4a05bba155f59730595073d0613cda00fcecbf142c97afc0375eaedcf2 SHA512 45f1881254f8b20d9992a477a36a7408d2df8d94f99c71d72d75cd04aee3831966886c94b6e6a68791acda24aec8c4a339d052b9a188af8c2ca24e74da1e9596 diff --git a/dev-haskell/wl-pprint-annotated/metadata.xml b/dev-haskell/wl-pprint-annotated/metadata.xml index 937381521944..85a1cbd157fb 100644 --- a/dev-haskell/wl-pprint-annotated/metadata.xml +++ b/dev-haskell/wl-pprint-annotated/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">wl-pprint-annotated</remote-id> + <remote-id type="github">minad/wl-pprint-annotated</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1-r2.ebuild b/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1-r2.ebuild new file mode 100644 index 000000000000..5e40ec179b12 --- /dev/null +++ b/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1-r2.ebuild @@ -0,0 +1,29 @@ +# 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_HACKAGE_REVISION=1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Pretty printer with annotation support" +HOMEPAGE="https://github.com/minad/wl-pprint-annotated#readme" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2.1 + >=dev-lang/ghc-8.10.6:= +" +DEPEND=" + ${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 + test? ( dev-haskell/tasty + dev-haskell/tasty-hunit ) +" diff --git a/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1.ebuild b/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1.ebuild deleted file mode 100644 index fb9afa92da79..000000000000 --- a/dev-haskell/wl-pprint-annotated/wl-pprint-annotated-0.1.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.5.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Wadler/Leijen pretty printer with annotations and slightly modernized API" -HOMEPAGE="https://github.com/minad/wl-pprint-annotated#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/semigroups-0.9:=[profile?] <dev-haskell/semigroups-1:=[profile?] - >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( dev-haskell/tasty - dev-haskell/tasty-hunit ) -" |