summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 20:37:37 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:56:52 +0000
commit88f4bda515d4b440d05af1b1f5323fbcce5c4825 (patch)
tree820cf652708bfae1491899b556b63bedef1ab44b /dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild
parentdev-haskell/concurrent-output: bump up to 1.7.8 (diff)
downloadgentoo-88f4bda515d4b440d05af1b1f5323fbcce5c4825.tar.gz
gentoo-88f4bda515d4b440d05af1b1f5323fbcce5c4825.tar.bz2
gentoo-88f4bda515d4b440d05af1b1f5323fbcce5c4825.zip
dev-haskell/dlist-instances: bump up to 0.1.1.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild')
-rw-r--r--dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild b/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild
new file mode 100644
index 000000000000..d7eb2a00f178
--- /dev/null
+++ b/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Difference lists instances"
+HOMEPAGE="https://github.com/gregwebs/dlist-instances"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/dlist:=[profile?]
+ dev-haskell/semigroups:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+"