mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/unix-time: add 0.4.15
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST unix-time-0.4.10.tar.gz 52393 BLAKE2B 61966c1008006e64d7959d8c4ffbd99f482910c6276347d835ba24e6b28e4486d88f6af71f1fcdc33d0b6670814cc2e6f0860872a0613deb2c723aa0c9df318c SHA512 3f3a155cb17cafab450f5e2c31bddf328367c9e882174492c6d5b3db84a742fc3b1ed613e92f825df284ce9b6fa62fb2f2f506ef864280b80eb4dfd035f8c6ca
|
||||
DIST unix-time-0.4.15.tar.gz 52678 BLAKE2B dde55aaf2a00a44dbe7e25317ad82ad851acefe686ed4d0a35ef84a3edad4e121cab6d78d67a0252f5abf6f5abf8600aa27f5582ca04c0c5442a388d5be4b0b1 SHA512 18e73257c935124700771035f0616083272af8713db8256243378af15555657a23383e63fa8adf08e059b47181cf808b9679bd4e59461b3e9d4b75fc9d020378
|
||||
DIST unix-time-0.4.7.tar.gz 52235 BLAKE2B ec885f79c7f2be3766528dca640e59709aa984f70523714614414f921a7c7808feed274b44bc33cf23d4acee49dc0d8e4e30e9016a372850dfa1695abf81f7d2 SHA512 a9e5b77cb9c93b9a20687406aaeeaff5277d05b95ee9d874f3e0292eca83574b2e842785e0a88f71be3e91610db228c68b5cec885c4b3ea15fc6ec1bb861c072
|
||||
|
||||
26
dev-haskell/unix-time/unix-time-0.4.15.ebuild
Normal file
26
dev-haskell/unix-time/unix-time-0.4.15.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.8.5.1.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-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/hspec-2.6
|
||||
dev-haskell/old-locale
|
||||
dev-haskell/quickcheck )
|
||||
"
|
||||
Reference in New Issue
Block a user