diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:10:35 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:19 +0100 |
commit | bd50534a5d0594ac7a6102288731c5feabc07cca (patch) | |
tree | a4b5f9f7378ba441df7705d79b9f2425a2839534 /dev-haskell/unix-time | |
parent | dev-haskell/unix-compat: add 0.7 (diff) | |
download | gentoo-bd50534a5d0594ac7a6102288731c5feabc07cca.tar.gz gentoo-bd50534a5d0594ac7a6102288731c5feabc07cca.tar.bz2 gentoo-bd50534a5d0594ac7a6102288731c5feabc07cca.zip |
dev-haskell/unix-time: add 0.4.10
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unix-time')
-rw-r--r-- | dev-haskell/unix-time/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/unix-time/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/unix-time/unix-time-0.4.10.ebuild | 26 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/unix-time/Manifest b/dev-haskell/unix-time/Manifest index 8fd76ae6ef16..242d20534710 100644 --- a/dev-haskell/unix-time/Manifest +++ b/dev-haskell/unix-time/Manifest @@ -1 +1,2 @@ +DIST unix-time-0.4.10.tar.gz 52393 BLAKE2B 61966c1008006e64d7959d8c4ffbd99f482910c6276347d835ba24e6b28e4486d88f6af71f1fcdc33d0b6670814cc2e6f0860872a0613deb2c723aa0c9df318c SHA512 3f3a155cb17cafab450f5e2c31bddf328367c9e882174492c6d5b3db84a742fc3b1ed613e92f825df284ce9b6fa62fb2f2f506ef864280b80eb4dfd035f8c6ca DIST unix-time-0.4.7.tar.gz 52235 BLAKE2B ec885f79c7f2be3766528dca640e59709aa984f70523714614414f921a7c7808feed274b44bc33cf23d4acee49dc0d8e4e30e9016a372850dfa1695abf81f7d2 SHA512 a9e5b77cb9c93b9a20687406aaeeaff5277d05b95ee9d874f3e0292eca83574b2e842785e0a88f71be3e91610db228c68b5cec885c4b3ea15fc6ec1bb861c072 diff --git a/dev-haskell/unix-time/metadata.xml b/dev-haskell/unix-time/metadata.xml index 937381521944..73c121fe55bd 100644 --- a/dev-haskell/unix-time/metadata.xml +++ b/dev-haskell/unix-time/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">unix-time</remote-id> + <remote-id type="github">kazu-yamamoto/unix-time</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-haskell/unix-time/unix-time-0.4.10.ebuild b/dev-haskell/unix-time/unix-time-0.4.10.ebuild new file mode 100644 index 000000000000..23dc8a11e0a8 --- /dev/null +++ b/dev-haskell/unix-time/unix-time-0.4.10.ebuild @@ -0,0 +1,26 @@ +# 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="Unix time parser/formatter and utilities" +HOMEPAGE="https://hackage.haskell.org/package/unix-time" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND="dev-haskell/old-time:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 + test? ( >=dev-haskell/hspec-2.6 + dev-haskell/old-locale + dev-haskell/quickcheck ) +" |