summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 00:47:57 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 00:47:57 +0000
commit46b912093f378f3b16c6da4bf1df9bb67801f708 (patch)
tree8aef7c426a608af76aa264f06804cac163b5fbfd
parentHack USE=xft onto imake build (bug #514110). (diff)
downloadgentoo-2-46b912093f378f3b16c6da4bf1df9bb67801f708.tar.gz
gentoo-2-46b912093f378f3b16c6da4bf1df9bb67801f708.tar.bz2
gentoo-2-46b912093f378f3b16c6da4bf1df9bb67801f708.zip
Bump bifunctors to 4.1.1.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r--dev-haskell/bifunctors/ChangeLog9
-rw-r--r--dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-haskell/bifunctors/ChangeLog b/dev-haskell/bifunctors/ChangeLog
index 38b069d60cf4..74ec5f5bee15 100644
--- a/dev-haskell/bifunctors/ChangeLog
+++ b/dev-haskell/bifunctors/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/bifunctors
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/ChangeLog,v 1.3 2013/12/11 05:19:16 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/ChangeLog,v 1.4 2014/07/02 00:47:57 gienah Exp $
+
+*bifunctors-4.1.1.1 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +bifunctors-4.1.1.1.ebuild:
+ Bump bifunctors to 4.1.1.1
*bifunctors-4.1.1 (11 Dec 2013)
diff --git a/dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild b/dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild
new file mode 100644
index 000000000000..74516cc44b19
--- /dev/null
+++ b/dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild,v 1.1 2014/07/02 00:47:57 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Bifunctors"
+HOMEPAGE="http://github.com/ekmett/bifunctors/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?]
+ >=dev-haskell/semigroups-0.8.3.1:=[profile?]
+ >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"