diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-01 15:44:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-01 15:44:37 +0000 |
commit | dca68ad79c988b3004d455e34ca66b1c9d134bca (patch) | |
tree | 505c4065a09cf4e5edb4e82b11b043b5cd362013 /dev-haskell/foldl | |
parent | Version bump. (diff) | |
download | gentoo-2-dca68ad79c988b3004d455e34ca66b1c9d134bca.tar.gz gentoo-2-dca68ad79c988b3004d455e34ca66b1c9d134bca.tar.bz2 gentoo-2-dca68ad79c988b3004d455e34ca66b1c9d134bca.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/foldl')
-rw-r--r-- | dev-haskell/foldl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/foldl/foldl-1.1.1.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-haskell/foldl/ChangeLog b/dev-haskell/foldl/ChangeLog index 907e21bf08fd..6a29c87979df 100644 --- a/dev-haskell/foldl/ChangeLog +++ b/dev-haskell/foldl/ChangeLog @@ -1,6 +1,11 @@ # 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.4 2014/12/14 11:02:16 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/foldl/ChangeLog,v 1.5 2015/08/01 15:44:37 slyfox Exp $ + +*foldl-1.1.1 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> +foldl-1.1.1.ebuild: + Version bump. *foldl-1.0.7 (14 Dec 2014) diff --git a/dev-haskell/foldl/foldl-1.1.1.ebuild b/dev-haskell/foldl/foldl-1.1.1.ebuild new file mode 100644 index 000000000000..6ab64bc36ef3 --- /dev/null +++ b/dev-haskell/foldl/foldl-1.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/foldl/foldl-1.1.1.ebuild,v 1.1 2015/08/01 15:44:37 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.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/mwc-random-0.13.1.0:=[profile?] <dev-haskell/mwc-random-0.14:=[profile?] + <dev-haskell/primitive-0.7:=[profile?] + <dev-haskell/profunctors-5.2:=[profile?] + >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.3:=[profile?] + >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" |