summaryrefslogtreecommitdiff
path: root/dev-haskell/hex/hex-0.1.2.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-19 21:55:14 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-19 22:29:01 +0000
commitc912f56c253f219858ef20dadac9b2079c81dc0e (patch)
treea4e05c7e1dd215980c45874124dd7dfef2127242 /dev-haskell/hex/hex-0.1.2.ebuild
parentd54c126ce6f617c979ae3f71be54f67e81de15f5 (diff)
downloadgentoo-c912f56c253f219858ef20dadac9b2079c81dc0e.tar.gz
gentoo-c912f56c253f219858ef20dadac9b2079c81dc0e.tar.xz
dev-haskell/hex: new package, a depend of dev-haskell/http2
Convert strings into hexadecimal and back. Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-haskell/hex/hex-0.1.2.ebuild')
-rw-r--r--dev-haskell/hex/hex-0.1.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/hex/hex-0.1.2.ebuild b/dev-haskell/hex/hex-0.1.2.ebuild
new file mode 100644
index 00000000000..0a1a0118dd9
--- /dev/null
+++ b/dev-haskell/hex/hex-0.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Convert strings into hexadecimal and back"
+HOMEPAGE="http://hackage.haskell.org/package/hex"
+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
+"