* [gentoo-commits] gentoo-x86 commit in dev-haskell/foldl: metadata.xml foldl-1.0.2.ebuild ChangeLog
@ 2014-03-09 12:42 Mark Wright (gienah)
0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2014-03-09 12:42 UTC (permalink / raw
To: gentoo-commits
gienah 14/03/09 12:42:47
Added: metadata.xml foldl-1.0.2.ebuild ChangeLog
Log:
Add foldl
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.1 dev-haskell/foldl/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
This library provides strict left folds that stream in constant
memory, and you can combine folds using @Applicative@ style to derive new
folds. Derived folds still traverse the container just once and are often as
efficient as hand-written folds.
</longdescription>
</pkgmetadata>
1.1 dev-haskell/foldl/foldl-1.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/foldl-1.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/foldl-1.0.2.ebuild?rev=1.1&content-type=text/plain
Index: foldl-1.0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/foldl/foldl-1.0.2.ebuild,v 1.1 2014/03/09 12:42:47 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Composable, streaming, and efficient left folds"
HOMEPAGE="http://hackage.haskell.org/package/foldl"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="<dev-haskell/primitive-0.6:=[profile?]
>=dev-haskell/text-0.11.2.0:=[profile?]
>=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.2
"
src_prepare() {
cabal_chdeps \
'text >= 0.11.2.0 && < 1.1' 'text >= 0.11.2.0'
}
1.1 dev-haskell/foldl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/foldl/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/foldl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/foldl/ChangeLog,v 1.1 2014/03/09 12:42:47 gienah Exp $
*foldl-1.0.2 (09 Mar 2014)
09 Mar 2014; Mark Wright <gienah@gentoo.org> +foldl-1.0.2.ebuild,
+metadata.xml:
Add foldl
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-09 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 12:42 [gentoo-commits] gentoo-x86 commit in dev-haskell/foldl: metadata.xml foldl-1.0.2.ebuild ChangeLog Mark Wright (gienah)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox