diff options
author | Mark Wright <gienah@gentoo.org> | 2013-10-19 11:10:15 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-10-19 11:10:15 +0000 |
commit | 8dbfbb3300bfebee948d72f11487f55b7bbfba5a (patch) | |
tree | 139781f592424fb0779b268c9760171aa50f268d /dev-haskell/comonads-fd | |
parent | Byte-compile the emacs elisp files, to make Mx agda2-type-and-context work, f... (diff) | |
download | gentoo-2-8dbfbb3300bfebee948d72f11487f55b7bbfba5a.tar.gz gentoo-2-8dbfbb3300bfebee948d72f11487f55b7bbfba5a.tar.bz2 gentoo-2-8dbfbb3300bfebee948d72f11487f55b7bbfba5a.zip |
Bump comonads-fd to 4.0
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/comonads-fd')
-rw-r--r-- | dev-haskell/comonads-fd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/comonads-fd/comonads-fd-4.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/comonads-fd/ChangeLog b/dev-haskell/comonads-fd/ChangeLog index b14748c12700..de65c4b11a83 100644 --- a/dev-haskell/comonads-fd/ChangeLog +++ b/dev-haskell/comonads-fd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/comonads-fd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonads-fd/ChangeLog,v 1.1 2013/08/26 10:28:21 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonads-fd/ChangeLog,v 1.2 2013/10/19 11:10:15 gienah Exp $ + +*comonads-fd-4.0 (19 Oct 2013) + + 19 Oct 2013; Mark Wright <gienah@gentoo.org> +comonads-fd-4.0.ebuild: + Bump comonads-fd to 4.0 *comonads-fd-3.0.3 (26 Aug 2013) *comonads-fd-3.0.2 (26 Aug 2013) diff --git a/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild b/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild new file mode 100644 index 000000000000..f227ab06de29 --- /dev/null +++ b/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild,v 1.1 2013/10/19 11:10:15 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="This package has been merged into comonad 4.0" +HOMEPAGE="http://github.com/ekmett/comonads-fd/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |