forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/unix-time: bump up to 0.3.7
Package-Manager: portage-2.3.2
- Loading branch information
Sergei Trofimovich
committed
Nov 6, 2016
1 parent
0e53d19
commit 8a78ee7
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST unix-time-0.3.5.tar.gz 40201 SHA256 7f1c58cd0328bbcb1d050af05670bc6f44dea3ee0894f30c6f87ee4a0d01675e SHA512 8da13cd8e9a32ee8ce4ab9430eab951d84350e4c459948f4e5e833444f1f266fbac6b6fc08876e326313eaf92e31500b325825b1b2c4fb22c551efdf6e5b9db5 WHIRLPOOL f85e9fc27196bd185c87403c7846bcf699099a47064ff0fd09c87d88af8a5996a167b76158ef6def42aaae5ce8fcdf6fee0a1b70e237f4d0b0539bb9f9715a31 | ||
DIST unix-time-0.3.6.tar.gz 40180 SHA256 5d15ebd0ee74e13638a7c04a7fc5f05a29ccd3228c8798df226939a778f7db37 SHA512 a7ca1086d2a2a15bebdaad80e3e31cc3be403548650d6c490dd7aa3af14b017ad2034320f82c3c7729661a046156e41bb50acf6a8fc1aa1db8dc8a62522c03a1 WHIRLPOOL 9a9e1de92d3a49a7319a384eca7eb1864705ff3d03331a575cff8f114486210afcc0de064f4d53f0436236b4a9267a962ea0267ff6b79f71a96edee3ac8b94d7 | ||
DIST unix-time-0.3.7.tar.gz 40549 SHA256 1131301131dd3e73353a346daa04578ec067073e7674d447051ac1a87262b4e1 SHA512 d10335af434e79980fd4221ade86dafa71d2aa9b30d7aaa13da25b8e75114430a143be5b9c6c1fa885d6ba01f6e6677484b04cd9e2cb263c650a945e954c44bd WHIRLPOOL 68723d116928d0cd665b3332681c2fa14ea4a9ad9dcac9a1d522df1d16475222f65c8ddce6a3ae2b9f457efc8bf7572cef09d87b76316340d45eb3267ccb7dc8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Unix time parser/formatter and utilities" | ||
HOMEPAGE="http://hackage.haskell.org/package/unix-time" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="dev-haskell/old-time:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.10 | ||
test? ( >=dev-haskell/doctest-0.9.3 | ||
>=dev-haskell/hspec-1.5 | ||
dev-haskell/old-locale | ||
dev-haskell/quickcheck ) | ||
" |