diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:06 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:14 +0100 |
commit | 0bd358f80d9781d0b03a831b8f263de361a966df (patch) | |
tree | 9a917d059692a6414c3ab5a0a7d9441724fc0b4f /dev-haskell/attoparsec-iso8601 | |
parent | dev-haskell/async: Hackage revision bump (diff) | |
download | gentoo-0bd358f80d9781d0b03a831b8f263de361a966df.tar.gz gentoo-0bd358f80d9781d0b03a831b8f263de361a966df.tar.bz2 gentoo-0bd358f80d9781d0b03a831b8f263de361a966df.zip |
dev-haskell/attoparsec-iso8601: add 1.1.0.0-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/attoparsec-iso8601')
-rw-r--r-- | dev-haskell/attoparsec-iso8601/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.1.0.0-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/attoparsec-iso8601/metadata.xml | 4 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/attoparsec-iso8601/Manifest b/dev-haskell/attoparsec-iso8601/Manifest index 4c111e966115..b663c7854dcd 100644 --- a/dev-haskell/attoparsec-iso8601/Manifest +++ b/dev-haskell/attoparsec-iso8601/Manifest @@ -1 +1,3 @@ DIST attoparsec-iso8601-1.0.2.1.tar.gz 4457 BLAKE2B f613d95643c53cc01061e0ee88c1bc42a05d3b9d5f60993b1a3744b09ff74a2d039bd5c75e23696ba0c6953227dd9bcd47cbdd4be719448698cfb9774b8600a6 SHA512 7be279057d0338c5825f5a9d578df23364325e274334d0cca37a4cba6a3a626202994fa284f529b08c3e1067278f6a1fbabbcaf2769a845efdaa05605ed4a6e0 +DIST attoparsec-iso8601-1.1.0.0-rev1.cabal 1402 BLAKE2B c039631ec6d84035997dd470a9e57b834ca2708cc3b05c52bf0aed2cd62c79ba4adadb5283f7228134b8e23c98f9124c9a7fb201f77ce02e748788182e2d6c92 SHA512 551b71c88fb410d84bd284818c7882850a6916eb3ddb63eb8e1cec7bd1181275241f1f502ad59bf07eb07c39662fed5a2edade0ec83e9580791d044afd2d8477 +DIST attoparsec-iso8601-1.1.0.0.tar.gz 5564 BLAKE2B 8e4a5e43e38f5c9f1f052b4c9d25988d70c2b2b23a0a9d7df2d1158c8fe6e3c64a5453ff6b053301352816593a4c2f441723f1da826a64e9c346b3d99c7dd8bf SHA512 4613c2e1b492c4ebf30d1788e8b067592e507e226bd85caacc1844d5a486c1b9c8727117e426763122836205b7341b8603ac15566facd3f0338b55e784f4dfe0 diff --git a/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.1.0.0-r1.ebuild b/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.1.0.0-r1.ebuild new file mode 100644 index 000000000000..9b0f0f390a57 --- /dev/null +++ b/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.1.0.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.1.9999 + +CABAL_HACKAGE_REVISION=1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Parsing of ISO 8601 dates, originally from aeson" +HOMEPAGE="https://github.com/haskell/aeson" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-haskell/attoparsec-0.14.2:=[profile?] <dev-haskell/attoparsec-0.15:=[profile?] + >=dev-haskell/base-compat-batteries-0.10.0:=[profile?] <dev-haskell/base-compat-batteries-0.14:=[profile?] + >=dev-haskell/time-compat-1.9.4:=[profile?] <dev-haskell/time-compat-1.10:=[profile?] + >=dev-lang/ghc-8.8.1:= + || ( + ( >=dev-haskell/text-1.2.3.0 <dev-haskell/text-1.3.0.0 ) + ( >=dev-haskell/text-2.0 <dev-haskell/text-2.1 ) + ) + dev-haskell/text:=[profile?] +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" diff --git a/dev-haskell/attoparsec-iso8601/metadata.xml b/dev-haskell/attoparsec-iso8601/metadata.xml index 937381521944..9623d88b74f5 100644 --- a/dev-haskell/attoparsec-iso8601/metadata.xml +++ b/dev-haskell/attoparsec-iso8601/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">attoparsec-iso8601</remote-id> + <remote-id type="github">haskell/aeson</remote-id> + </upstream> </pkgmetadata> |