summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-15 22:09:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:21:21 +0000
commit941b37d04a3e73cefb95506f7b530a81bc1c2c56 (patch)
tree15082f16f5695a4df0b3ba4f446b69cce97713ef /dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild
parentdev-haskell/monadplus: new package, a depend of sci-mathematics/agda-2.5.2 (diff)
downloadgentoo-941b37d04a3e73cefb95506f7b530a81bc1c2c56.tar.gz
gentoo-941b37d04a3e73cefb95506f7b530a81bc1c2c56.tar.bz2
gentoo-941b37d04a3e73cefb95506f7b530a81bc1c2c56.zip
dev-haskell/murmur-hash: new package, a depend of sci-mathematics/agda-2.5.2
MurmurHash2 implementation for Haskell Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild')
-rw-r--r--dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild b/dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild
new file mode 100644
index 000000000000..a7613221a44e
--- /dev/null
+++ b/dev-haskell/murmur-hash/murmur-hash-0.1.0.9.ebuild
@@ -0,0 +1,25 @@
+# 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="MurmurHash2 implementation for Haskell"
+HOMEPAGE="https://github.com/nominolo/murmur-hash"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"