mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-haskell/thyme: faster time library, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-haskell/thyme/Manifest
Normal file
1
dev-haskell/thyme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST thyme-0.3.5.5.tar.gz 37220 SHA256 84c6701fb7b40841d22582202382c362fd9e0d6e5f1c959b7e0f2f91a85c796c SHA512 2f8bb307a49e441b3fe2a0337a25ef9adc94d3fe2f04369759bbdfba9ee788568016e8e9ce6dde2ef1ba51c61f98621f4dd35b833cab1757b022bf43524174b5 WHIRLPOOL f2b37a317436edceffabed6234a4768b45942138438316331218b9caf27c4f8773ee23f77876cf9d3e7cdd6496bdf257c12a4b769a90e632bb7b69367253a3b7
|
||||
19
dev-haskell/thyme/metadata.xml
Normal file
19
dev-haskell/thyme/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>haskell@gentoo.org</email>
|
||||
<name>Gentoo Haskell</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Thyme is a rewrite of the fine @time@ library, with a particular focus
|
||||
on performance for applications that make heavy use of timestamps.
|
||||
|
||||
See "Data.Thyme" for a full description.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="bug-for-bug">bug-for-bug compatibility with time</flag>
|
||||
<flag name="lens">use the full lens package</flag>
|
||||
<flag name="show-internal">instance Show of internal representation</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
49
dev-haskell/thyme/thyme-0.3.5.5.ebuild
Normal file
49
dev-haskell/thyme/thyme-0.3.5.5.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
# ebuild generated by hackport 0.4.4.9999
|
||||
#hackport: flags: -werror,-hlint
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="A faster time library"
|
||||
HOMEPAGE="https://github.com/liyang/thyme"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+bug-for-bug lens show-internal"
|
||||
|
||||
RESTRICT=test # optimization-dependent
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
|
||||
>=dev-haskell/attoparsec-0.10:=[profile?]
|
||||
>=dev-haskell/mtl-1.1:=[profile?]
|
||||
>=dev-haskell/quickcheck-2.4:2=[profile?]
|
||||
dev-haskell/random:=[profile?]
|
||||
>=dev-haskell/text-0.11:=[profile?]
|
||||
>=dev-haskell/vector-0.9:=[profile?]
|
||||
>=dev-haskell/vector-space-0.8:=[profile?]
|
||||
>=dev-haskell/vector-th-unbox-0.2.1.0:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
lens? ( >=dev-haskell/lens-3.9:=[profile?] )
|
||||
!lens? ( >=dev-haskell/profunctors-3.1.2:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.10
|
||||
test? ( >=dev-haskell/system-posix-redirect-1.1 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag bug-for-bug bug-for-bug) \
|
||||
--flag=-hlint \
|
||||
$(cabal_flag lens lens) \
|
||||
$(cabal_flag show-internal show-internal) \
|
||||
--flag=-werror
|
||||
}
|
||||
Reference in New Issue
Block a user