summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-12-05 18:58:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-12-05 18:58:27 +0000
commit50acbb11d0a2f7348a64554f0c87ba15f8514fc4 (patch)
treed1242e5a1b3cc58175a3ec689e1338a341f8b97f /dev-haskell/mtl/mtl-2.0.1.0.ebuild
parentPropagated keywords from dev-haskell/mtl: alpha/ia64/ppc/ppc64/sparc/x86-fbsd... (diff)
downloadgentoo-2-50acbb11d0a2f7348a64554f0c87ba15f8514fc4.tar.gz
gentoo-2-50acbb11d0a2f7348a64554f0c87ba15f8514fc4.tar.bz2
gentoo-2-50acbb11d0a2f7348a64554f0c87ba15f8514fc4.zip
Major version bump (dev-vcs/git-annex depend).
(Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/mtl/mtl-2.0.1.0.ebuild')
-rw-r--r--dev-haskell/mtl/mtl-2.0.1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/mtl/mtl-2.0.1.0.ebuild b/dev-haskell/mtl/mtl-2.0.1.0.ebuild
new file mode 100644
index 000000000000..0897b181e0a1
--- /dev/null
+++ b/dev-haskell/mtl/mtl-2.0.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.0.1.0.ebuild,v 1.1 2011/12/05 18:58:27 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Monad classes, using functional dependencies"
+HOMEPAGE="http://hackage.haskell.org/package/mtl"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+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.2*
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"