summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:46:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:46:06 +0100
commit4f69186db88789b25f53f9155698823915d794ab (patch)
tree28dcbac7277cf03d48fbc4d475d1b4d610c9d346 /dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
parentdev-haskell/multipart: bump up to 0.2.0 (diff)
downloadgentoo-4f69186db88789b25f53f9155698823915d794ab.tar.gz
gentoo-4f69186db88789b25f53f9155698823915d794ab.tar.bz2
gentoo-4f69186db88789b25f53f9155698823915d794ab.zip
dev-haskell/pqueue: bump up to 1.4.1.3
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/pqueue/pqueue-1.4.1.3.ebuild')
-rw-r--r--dev-haskell/pqueue/pqueue-1.4.1.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
new file mode 100644
index 000000000000..dcf18b5bc265
--- /dev/null
+++ b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Reliable, persistent, fast priority queues"
+HOMEPAGE="http://hackage.haskell.org/package/pqueue"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.10.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.22.2.0
+ test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-3 )
+"