summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/distributive/ChangeLog9
-rw-r--r--dev-haskell/distributive/distributive-0.3.1.ebuild28
-rw-r--r--dev-haskell/distributive/metadata.xml11
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/distributive/ChangeLog b/dev-haskell/distributive/ChangeLog
new file mode 100644
index 000000000000..17ff795813d4
--- /dev/null
+++ b/dev-haskell/distributive/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/distributive
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/distributive/ChangeLog,v 1.1 2013/08/26 10:07:21 qnikst Exp $
+
+*distributive-0.3.1 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +distributive-0.3.1.ebuild, +metadata.xml:
+ dev-haskell/distributive: initial layout
diff --git a/dev-haskell/distributive/distributive-0.3.1.ebuild b/dev-haskell/distributive/distributive-0.3.1.ebuild
new file mode 100644
index 000000000000..5cb2d73c7f4b
--- /dev/null
+++ b/dev-haskell/distributive/distributive-0.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/distributive/distributive-0.3.1.ebuild,v 1.1 2013/08/26 10:07:21 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell 98 Distributive functors -- Dual to Traversable"
+HOMEPAGE="http://github.com/ekmett/distributive/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]
+ <dev-haskell/transformers-0.4:=[profile?]
+ =dev-haskell/transformers-compat-0.1*:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/doctest-0.9.1
+ )"
diff --git a/dev-haskell/distributive/metadata.xml b/dev-haskell/distributive/metadata.xml
new file mode 100644
index 000000000000..cae9b830e2c5
--- /dev/null
+++ b/dev-haskell/distributive/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Haskell 98 Distributive functors -- Dual to Traversable
+ </longdescription>
+</pkgmetadata>