diff options
author | Mark Wright <gienah@gentoo.org> | 2012-11-24 04:12:02 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-11-24 04:12:02 +0000 |
commit | 3ee1c962fa7288e0ac7fe5fa65d24e3ca8a6a227 (patch) | |
tree | 7eb512990e44590c815d70a3416b48a401ebb6a2 /dev-haskell/mtl | |
parent | Version bump. (diff) | |
download | gentoo-2-3ee1c962fa7288e0ac7fe5fa65d24e3ca8a6a227.tar.gz gentoo-2-3ee1c962fa7288e0ac7fe5fa65d24e3ca8a6a227.tar.bz2 gentoo-2-3ee1c962fa7288e0ac7fe5fa65d24e3ca8a6a227.zip |
Add EAPI=5 mtl-2.1.2-r1
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-2.1.2-r1.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index d0017dc34b61..c0f71b316915 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.49 2012/09/25 14:09:10 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.50 2012/11/24 04:12:02 gienah Exp $ + +*mtl-2.1.2-r1 (24 Nov 2012) + + 24 Nov 2012; Mark Wright <gienah@gentoo.org> +mtl-2.1.2-r1.ebuild: + Add EAPI=5 mtl-2.1.2-r1 25 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> mtl-2.1.1.ebuild: x86 stable, see bug 421351 diff --git a/dev-haskell/mtl/mtl-2.1.2-r1.ebuild b/dev-haskell/mtl/mtl-2.1.2-r1.ebuild new file mode 100644 index 000000000000..75fd74760d53 --- /dev/null +++ b/dev-haskell/mtl/mtl-2.1.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2-r1.ebuild,v 1.1 2012/11/24 04:12:02 gienah Exp $ + +EAPI=5 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Monad classes, using functional dependencies" +HOMEPAGE="http://github.com/ekmett/mtl" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND="=dev-haskell/transformers-0.3*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |