summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-09-20 15:59:57 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-09-20 19:50:20 +0100
commit8d206978c6402cb49cff94b3a9c10d406aca88e5 (patch)
tree76b1cf203050de686e01837e404cc2712a158173 /dev-haskell/mtl/mtl-2.1.3.1.ebuild
parentdev-haskell/pandoc-citeproc: amd64 x86 stable, bug #524790 (diff)
downloadgentoo-8d206978c6402cb49cff94b3a9c10d406aca88e5.tar.gz
gentoo-8d206978c6402cb49cff94b3a9c10d406aca88e5.tar.bz2
gentoo-8d206978c6402cb49cff94b3a9c10d406aca88e5.zip
dev-haskell/mtl: version bump, latest of 2.1 branch
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/mtl/mtl-2.1.3.1.ebuild')
-rw-r--r--dev-haskell/mtl/mtl-2.1.3.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/mtl/mtl-2.1.3.1.ebuild b/dev-haskell/mtl/mtl-2.1.3.1.ebuild
new file mode 100644
index 000000000000..cc2752d8543a
--- /dev/null
+++ b/dev-haskell/mtl/mtl-2.1.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+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-haskell/transformers-0.4:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"